Move lamassu-install files to this repo's lamassu-remote-install folder. (#214)
* copy lamassu-install files * Mention lamassu-install files in README.md * Mention lamassu-install files in README.md * Little change in lamassu-install files README.md * Fix raw file link error * install script accept branch name as argument * install script accept branch name as argument * Remove test.js file
This commit is contained in:
parent
860c2e0476
commit
e7bb29341d
5 changed files with 395 additions and 0 deletions
23
lamassu-remote-install/README.md
Normal file
23
lamassu-remote-install/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
lamassu-remote-install
|
||||
===============
|
||||
|
||||
This will install your Lamassu Bitcoin Machine remote server.
|
||||
|
||||
Instructions
|
||||
------------
|
||||
|
||||
1. Start a new Digital Ocean droplet
|
||||
|
||||
2. ssh into the droplet
|
||||
|
||||
```
|
||||
ssh root@<your-new-ip-address>
|
||||
```
|
||||
|
||||
3. Run the following command once you're logged in (default branch name is master):
|
||||
|
||||
```
|
||||
curl -sS https://raw.githubusercontent.com/lamassu/lamassu-server/master/lamassu-remote-install/install | bash -s -- <branch-name>
|
||||
```
|
||||
|
||||
4. You should be set. Just follow the instructions on the screen to open your dashboard.
|
||||
Loading…
Add table
Add a link
Reference in a new issue