-
Notifications
You must be signed in to change notification settings - Fork 0
Create a Server Network Structure
Doudou8 edited this page Jul 29, 2020
·
16 revisions
- Go into your server forder where you put the
config-controller
file (See Installation) - 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
- This should generate a folder structure like this:
.
├── cache/
├── config/
│ ├── servers/
│ ├── templates/
│ └── variables.json
├── config-controller
└── servers/
- You can now start configuring servers and templates!
- Go into your server forder where you put the
config-controller.exe
file (See How to Install) - 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
- This should generate a folder structure like this:
.
├── cache/
├── config/
│ ├── servers/
│ ├── templates/
│ └── variables.json
├── config-controller
└── servers/
- You can now start configuring servers and templates!
Confused? See Example Server or FAQ
Something is still not clear? Create an issue!
MIT © Samuel-Martineau & Doudou8
- Arguments & Flags
- Configure a Template
- Liquid templating engine in configuration
- Options (Not optional)
- Schemas