refactor: docs
This commit is contained in:
parent
56cfa48663
commit
3f9b3d3928
3 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
||||||
This repo uses a certain structure and some procedures.
|
This repo uses a certain structure and some procedures.
|
||||||
|
|
||||||
# `/tools`
|
# `/tools`
|
||||||
|
|
||||||
Almost everthing can be managed with tools in the `/tools` directory.
|
Almost everthing can be managed with tools in the `/tools` directory.
|
||||||
This does *not* change config however it interacts with it.
|
This does *not* change config however it interacts with it.
|
||||||
|
|
||||||
# `/servers/<server>`
|
# `/servers/<server>`
|
||||||
|
|
||||||
All static servers on the IXVD network get it's own folder in `/servers`.
|
All static servers on the IXVD network get it's own folder in `/servers`.
|
||||||
These folders must be derived from `/servers/skel` which is a skeleton directory with all default config.
|
These folders must be derived from `/servers/skel` which is a skeleton directory with all default config.
|
||||||
|
|
||||||
# `/skel`
|
# `/skel`
|
||||||
|
|
||||||
All servers share the same skeleton.
|
All servers share the same skeleton.
|
||||||
This contains backup scripts, ssh config and all other boring stuff.
|
This contains backup scripts, ssh config and all other boring stuff.
|
|
@ -8,4 +8,5 @@ git clone https://git.ixvd.net/ixvd/neb /tmp/neb
|
||||||
cd /tmp/neb
|
cd /tmp/neb
|
||||||
sh config.sh
|
sh config.sh
|
||||||
```
|
```
|
||||||
3. done.
|
|
||||||
|
3. done.
|
|
@ -7,4 +7,3 @@ Server purpose legend:
|
||||||
- mouse: experimental services*
|
- mouse: experimental services*
|
||||||
|
|
||||||
*: mouse may have lots of downtime and is not supposed to house any vital infra.
|
*: mouse may have lots of downtime and is not supposed to house any vital infra.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue