-
Notifications
You must be signed in to change notification settings - Fork 0
InstallationGuide
sebauer edited this page Oct 18, 2012
·
1 revision
#summary How To install Beelzebot
Installing Beelzebot is quite easy and done in a few minute. Be sure to check the SystemRequirements before continuing with the setup.
- Get Beelzebot. If you have GIT available, just clone the repository:
git clone https://github.com/sebauer/beelzebot.git - Rename the file
config.php.disttoconfig.php - Replace all values according to your setup
-
Optional: Set up LfsRandom script:
- Move
randomlfsfolder to a directory within the document root of your web server. - Make directory
randomlfswritable for the web server. On unix based systems type:chmod 777 randomlfs/ - Make all non-PHP files in the directory
randomlfswritable:chmod 777 log used_cars used_combos used_tracks - Put the URL of the LfsRandom script inside the
config.phpfile, e.g.:define('LFS_RANDOM_URL', 'http://anyserver.net/randomlfs/random.php');
- Move
- You're done configuring Beelzebot. You can start it at your console using
php ircbot.php - Watch the output for any errors. If everything went fine, you can end the bot and restart it in background:
nohup php ircbot.php &
The bot will then be started in the background, any output will be written tonohup.log