1.2 KiB
1.2 KiB
Install-Bot
First-time Installation
- Copy all of the irpg-bot files to your private web folder. The folder must be readable and writable by the web server and able to execute Perl and PHP.
- Edit .irpg.conf with your favorite editor. This file must be in the same private directory where the bot resides.
- Run the bot with: perl irpg.pl
- If you have problems, try running it in debug mode with: perl irpg.pl --debug
- Edit the bot ANY WAY you see fit.
- All milestones, issues, bugs and features are tracked using GitEmAll. Thanks for your interest in IdleRPG! :^)
Upgrading
- Remove your old bot source, ie, rm -rfv that old buggy crap and start over.
- Copy all of the irpg-bot files to your private web folder. The folder must be readable and writable by the web server and able to execute Perl and PHP.
- Edit .irpg.conf with your favorite editor. This file must be in the same private directory where the bot resides.
- Run the bot with: perl irpg.pl
- If you have problems, try running it in debug mode with: perl irpg.pl --debug
- Edit the bot ANY WAY you see fit.
- All milestones, issues, bugs and features are tracked using GitEmAll. Thanks for your interest in IdleRPG! :^)