refactor: docs
This commit is contained in:
parent
56cfa48663
commit
3f9b3d3928
3 changed files with 6 additions and 3 deletions
12
doc/server-addition.md
Normal file
12
doc/server-addition.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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…
Add table
Add a link
Reference in a new issue