-
Notifications
You must be signed in to change notification settings - Fork 0
Create a Server Network Structure
Doudou8 edited this page Aug 3, 2020
·
16 revisions
If at any point during the Quick Start you are confused, you can refer to the Example Server
- Go into your server forder where you put the
config-controller
file - Run the
config-controller
file with the--verbose
or-v
flag to enable verbose mode in terminal. This should look something like this:
./config-controller -v
- This should generate a folder structure like this:
.
├── cache/
├── config/
│ ├── servers/
│ ├── templates/
│ └── variables.json
├── config-controller
└── servers/
- Go into your server forder where you put the
config-controller.exe
file - Run the
config-controller.exe
file with the--verbose
or-v
flag to enable verbose mode in powershell. This should look something like this:
config-controller.exe -v
- This should generate a folder structure like this:
.
├── cache/
├── config/
│ ├── servers/
│ ├── templates/
│ └── variables.json
├── config-controller
└── servers/
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