Skip to content

Create a Server Network Structure

Doudou8 edited this page Jul 29, 2020 · 16 revisions

Linux & MacOS

  1. Go into your server forder where you put the config-controller file (See Installation)
  2. Run the config-controller file with --path or -p argument set to . and the --verbose or -v flag to enable verbose mode. This should look something like this:
./config-controller -p . -v
  1. This should generate a folder structure like this:
.
├── cache/
├── config/
│   ├── servers/
│   ├── templates/
│   └── variables.json
├── config-controller
└── servers/
  1. You can now start configuring servers and templates!

Windows

  1. Go into your server forder where you put the config-controller.exe file (See How to Install)
  2. Run the config-controller.exe file with --path or -p argument set to . and the --verbose or -v flag to enable verbose mode. This should look something like this:
config-controller.exe -p . -v
  1. This should generate a folder structure like this:
.
├── cache/
├── config/
│   ├── servers/
│   ├── templates/
│   └── variables.json
├── config-controller
└── servers/
  1. You can now start configuring servers and templates!

< Previous Step     Next Step >