From b360a50a57685e798ff4b9be085b5d3e33b3c68c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 6 Sep 2019 17:24:32 +0900 Subject: [PATCH] Remove Azure reference --- README.md | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 8df2248..e1378dc 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,12 @@ -#### Start accepting Bitcoin today with BTCPayServer! This guide will walk you through the installation. - -# One-click deployment - -For the easiest and fastest setup, host BTCPayServer on Microsoft Azure: - -[![Deploy to Azure](https://azuredeploy.net/deploybutton.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fbtcpayserver%2Fbtcpayserver-azure%2Fmaster%2Fazuredeploy.json) - -You can log into [Azure](https://azure.microsoft.com/en-us/account/) with your Microsoft account. +[![CircleCI](https://circleci.com/gh/btcpayserver/btcpayserver-docker.svg?style=svg)](https://circleci.com/gh/btcpayserver/btcpayserver-docker) -Final installation steps: - -* Fill in the options: Resource Group -* Click 'Purchase' to confirm -* (Wait for deployment) -* View the deployment (in Notifications or Resource Groups) -* Verify you can connect to your instance with a browser: `https://SERVER-AZURE-DNS/` -* At your domain registrar, make sure you have [DNS](https://github.com/btcpayserver/btcpayserver-doc/blob/master/ChangeDomain.md#setting-up-your-dns-record) pointing your domain at your Azure deployment's IP. -* Browse to `https://SERVER-AZURE-DNS/` -* Register a new account (this account will be granted server administrator rights) -* Go to `https://SERVER-AZURE-DNS/server/maintenance` -* Enter your domain name and click on confirm -* (Wait 1 to 5 minutes) - -That's it, you can now browse to `https://btcpay.YOUR-DOMAIN/` to create your store! - -For advanced users, you can connect via SSH with information on `https://btcpay.YOUR-DOMAIN/server/services/ssh`, then you can: - -* Run `docker ps` and `docker logs xxx` to view running processes -* Run `btcpay-down.sh` and `btcpay-up.sh` to stop and start the BTCPayServer +#### Start accepting Bitcoin today with BTCPayServer! This guide will walk you through the installation. -This video by Nicolas also demonstrates the above steps: +# Introduction -[![BTCPay - One Click Setup](http://img.youtube.com/vi/Bxs95BdEMHY/mqdefault.jpg)](https://www.youtube.com/watch?v=Bxs95BdEMHY "BTCPay - One Click Setup") +While [our instructions](https://docs.btcpayserver.org/deployment/lunanodewebdeployment) cover how to install BTCPayServer in one click on Azure or Lunanode, BTCPay Server is not limited to those options. -Approximate Cost (pruned, Bitcoin-only with lightning network): **10 USD per month**. -You can use the wizard of the [lunanode deployment](https://docs.btcpayserver.org/deployment/lunanodewebdeployment) to deploy a BTCPay Server or just use the `btcpay-setup.sh -i` script as described in this README. +You will find below information about how you can install BTCPay Server easily in any environment having docker available. # Architecture