diff --git a/Home.md b/Home.md index 5d08b7b..9cdbe91 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,78 @@ -Welcome to the Wiki. \ No newline at end of file +# @IdleRPG + +## Install-Bot + +### First-time Installation: + +1. 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. +2. Edit .irpg.conf with your favorite editor. This file must be in the same + private directory where the bot resides. +3. Run the bot with: perl irpg.pl +4. If you have problems, try running it in debug mode with: + perl irpg.pl --debug +5. Edit the bot ANY WAY you see fit. +6. All milestones, issues, bugs and features are tracked using GitEmAll. + Thanks for your interest in IdleRPG! :^) + +### Upgrading: + +1. Remove your old bot source, ie, rm -rfv that old buggy crap and start over. +2. 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. +2. Edit .irpg.conf with your favorite editor. This file must be in the same + private directory where the bot resides. +4. Run the bot with: perl irpg.pl +5. If you have problems, try running it in debug mode with: + perl irpg.pl --debug +6. Edit the bot ANY WAY you see fit. +7. All milestones, issues, bugs and features are tracked using GitEmAll. + Thanks for your interest in IdleRPG! :^) + + +## Install-Web + +### First-time Installation: + +1. Make sure you have the irpg-bot functional and running. +2. Copy all of the irpg-web files to your public_html/irpg web folder. +3. Edit config.php with your favorite editor. This file must be in the same + public directory where the irpg web resides. +4. chmod 644 * && chmod 666 hits.db +5. If you change the default settings in the IRPG bot (for example, if you turn + off the option to write quest info to file, you'll have to manually edit + some scripts to take this into account. If you disable the INFO command, + you might want to remove it from the index.php page. +6. Some code in this package requires that your system have GD 2.0+ (or have it + enabled in your php.ini, on Win32). If you don't want this functionality to + be available, edit the script playerview.php to remove the use of the map + and header.php to remove the links to the world map and the quest info page. + You can also delete the worldmap.php, makeworldmap.php, makemap.php, + quest.php, and makequestmap.php scripts. +7. Edit the website ANY WAY you see fit. You don't have to keep all of the + links to me, I just thought they might be useful or interesting to users :^) +8. All milestones, issues, bugs and features are tracked using GitEmAll. + Thanks for your interest in IdleRPG! :^) + +### Upgrading: + +1. Remove your old web source, ie, rm -rfv that old buggy crap and start over. +2. Make sure you have the irpg-bot functional and running. +3. Copy all of the irpg-web files to your public_html/irpg web folder. +4. Edit config.php with your favorite editor. This file must be in the same + public directory where the irpg web resides. +5. chmod 644 * && chmod 666 hits.db +6. If you change the default settings in the IRPG bot (for example, if you turn + off the option to write quest info to file, you'll have to manually edit + some scripts to take this into account. If you disable the INFO command, + you might want to remove it from the index.php page. +7. Some code in this package requires that your system have GD 2.0+ (or have it + enabled in your php.ini, on Win32). If you don't want this functionality to + be available, edit the script playerview.php to remove the use of the map + and header.php to remove the links to the world map and the quest info page. + You can also delete the worldmap.php, makeworldmap.php, makemap.php, + quest.php, and makequestmap.php scripts. +8. Edit the website ANY WAY you see fit. You don't have to keep all of the + links to me, I just thought they might be useful or interesting to users :^) +9. All milestones, issues, bugs and features are tracked using GitEmAll. + Thanks for your interest in IdleRPG! :^)