refactor: docs

This commit is contained in:
Strix 2023-10-26 01:55:33 +02:00
parent 56cfa48663
commit 3f9b3d3928
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 6 additions and 3 deletions

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