-
Notifications
You must be signed in to change notification settings - Fork 20
Configuration
Jokūbas M edited this page Feb 16, 2018
·
3 revisions
- Compiled server binaries and a working MariaDB database server (if you do not have at least one yet, please go back to Building and installing page.
Configuration file for every server is in project_dir/cfg
directory. Each server has different configuration.
For this reason, there are different pages for explaining configuration options for each server.
After finishing configuration, you can head over to project_dir/bin
directory and launch all servers. The order does not matter.
Change ip's in the client configuration(internal.txt or language.enc) and you should be ready to go!
Note: if something is not working, please check logs. They are in project_dir/logs
. You can create issues with attached log files to get help.
Note2: do not put 127.0.0.1 as IP in your client configuration. All of the servers are listening on Ip.Any. Use your LAN IP(192.168.xxx.xxx) or similar.