11 lines
305 B
Markdown
11 lines
305 B
Markdown
|
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.
|