Skip to content

Options

avjui edited this page Oct 21, 2012 · 3 revisions

Gamez has some console options:

  *  -d,         --daemonize         Run the server as a daemon
  *  -D,         --debug             Enable Debug Log
  *  -p PIDFILE, --pidfile=PIDFILE   Store the process id in the given file
  *  -P PORT,    --port=PORT         Force webinterface to listen on this port
  *  -n,         --nolaunch          Don't start browser
  *  -b DATADIR, --datadir=DATADIR   Set the directory for the database
  *  -c CONFIG,  --config=CONFIG     Path to configfile

<br > Notice:

If you only give the ' --datadir ' value the configfile will also create there.

The ' --config ' options must always end with Gamez.py

   python Gamez.py -c /etc/gamez/Gamez.py
Clone this wiki locally