- Clone this repository
- Run
scripts/init.sh
The init script will add the production configuration and then clone and build the game sources.
Enable ECON to control the server via the scripts. You'll have to restart and monitor the server manually in the other case.
Use something like screen
to keep the server running after the terminal detached.
Open the right session with screen -S InfcProduction
at the first time and screen -r InfcProduction
later (any other session name would work).
Run the server with a script:
scripts/run.sh
That is it.
If you're using screen
then press Ctrl+A
+Ctrl+D
to detach the session (the server will be kept running).
Use a script to check that the server is running:
scripts/status.sh
On a new version released run scripts/update.sh
. The update will be installed as soon as the server becomes empty.
You can check the running server version:
scripts/version.sh