source: QuoteEngine/README @ 47

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 
1QuoteEngine by JamesOff
2http://jamesoff.net
3
4
5Quick start, because I can't be arsed writing a full one ;)
6
7SQL setup
8---------
9
101. Create a user and database in your mysql server for the bot to use
112. Populate the database using the .sql script
12
13
14TCL setup
15---------
16
171. Install mysqltcl package
182. Put the QuoteEngine.tcl file in your eggdrop's scripts/ directory
193. Edit the QuoteEngine-settings.sample.tcl file and save it as
20   QuoteEngine-settings.tcl in your scripts/ directory
214. Put "source scripts/QuoteEngine.tcl" in your bot's config file
22
23
24Webpage setup
25-------------
26
271. Put the files in the www directory in the right place in your webserver
282. Edit settings.sample.inc to have the right details, and rename to settings.inc
293. Profit
Note: See TracBrowser for help on using the repository browser.