doc: on adding a server
This commit is contained in:
parent
282fa2fe68
commit
b5cebcd226
1 changed files with 11 additions and 0 deletions
11
doc/add-server.md
Normal file
11
doc/add-server.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
To setup a server follow these steps.
|
||||
|
||||
1. copy the servers pre-generated ssh key from `ixvd/secrets` to `/root/.ssh/id_rsa`, you will need this for communication between servers.
|
||||
2. then run the following script
|
||||
|
||||
```sh
|
||||
git clone https://git.ixvd.net/ixvd/neb /tmp/neb
|
||||
cd /tmp/neb
|
||||
sh config.sh
|
||||
```
|
||||
3. done.
|
Loading…
Reference in a new issue