Closed sigv closed 12 years ago
Currently this has been pushed to branch daemon
. The bot depends on daemon.node inside the configuration directory to run. If the file is missing, a notice is displayed to user saying to look at the configuration page at the wiki for instructions. When the branch is merged into master, the instructions will be added there.
The steps for installing daemon.node are as follows:
git clone git://github.com/Slashed/daemon.node.git && cd daemon.node
-- download sourcenode-waf configure build
-- build sourcecp build/Release/daemon.node ~/.ircnode/daemon.node
-- copy compiled filecd .. && rm -rf daemon.node
-- clean upClosing as daemon support is delivered in master
.
Currently the bot must run in the foreground, but it should also be able to run in the background as a daemon.