| Revision 46,
748 bytes
checked in by notopic, 16 months ago
(diff) |
|
v1.3
Added readme, separate settings file for TCL script, SQL script, rearranged dir structure
|
| Line | |
|---|
| 1 | QuoteEngine by JamesOff |
|---|
| 2 | http://jamesoff.net |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | Quick start, because I can't be arsed writing a full one ;) |
|---|
| 6 | |
|---|
| 7 | SQL setup |
|---|
| 8 | --------- |
|---|
| 9 | |
|---|
| 10 | 1. Create a user and database in your mysql server for the bot to use |
|---|
| 11 | 2. Populate the database using the .sql script |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | TCL setup |
|---|
| 15 | --------- |
|---|
| 16 | |
|---|
| 17 | 1. Install mysqltcl package |
|---|
| 18 | 2. Put the QuoteEngine.tcl file in your eggdrop's scripts/ directory |
|---|
| 19 | 3. Edit the QuoteEngine-settings.sample.tcl file and save it as |
|---|
| 20 | QuoteEngine-settings.tcl in your scripts/ directory |
|---|
| 21 | 4. Put "source scripts/QuoteEngine.tcl" in your bot's config file |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | Webpage setup |
|---|
| 25 | ------------- |
|---|
| 26 | |
|---|
| 27 | 1. Put the files in the www directory in the right place in your webserver |
|---|
| 28 | 2. Edit settings.sample.inc to have the right details, and rename to settings.inc |
|---|
| 29 | 3. Profit |
|---|
Note: See
TracBrowser
for help on using the repository browser.