The following steps can be done either directly to the system or in a virtualenv.
-
Install dependencies:
pip install -r requirements.txt -
Copy
txircd-example.yamltotxircd.yaml, and edit the configuration. Do the same for included files in theconf/directory. -
Allow txircd to daemonize:
twistd txircd
or run it in the foreground:
twistd -n txircd
(If you're running in a virtualenv, start txircd with the twistd in your virtualenv.)