doc: on adding a server

This commit is contained in:
Strix 2023-10-18 18:07:50 +02:00
parent 282fa2fe68
commit b5cebcd226
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

11
doc/add-server.md Normal file
View 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.