This commit is contained in:
2025-11-08 23:36:08 -07:00
parent d7f2b5d1d6
commit a4aa180b63
12 changed files with 92 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
First-time Installation:
First-time Installation
-------------------------------------------------------------------------------
1. Copy all of the irpg-bot files to your private web folder. The folder must
@@ -14,7 +14,7 @@ First-time Installation:
Thanks for your interest in IdleRPG! :^)
-------------------------------------------------------------------------------
Upgrading:
Upgrading
-------------------------------------------------------------------------------
1. Remove your old bot source, ie, rm -rfv that old buggy crap and start over.

28
irpg-bot/install-bot.md Normal file
View File

@@ -0,0 +1,28 @@
## 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! :^)

View File

@@ -34,7 +34,7 @@ my %opts;
readconfig();
# bot version
my $version = "0.0.4";
my $version = "0.0.5";
# command line overrides .irpg.conf
GetOptions(\%opts,