Auto-tools/Projects/GrafxBot/Install: Difference between revisions
< Auto-tools | Projects
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
== Installation Steps == | == Installation Steps == | ||
1. Download the Django GrafxBot app: | |||
hg clone http://bitbucket.org/jonallengriffin/resultserv | hg clone http://bitbucket.org/jonallengriffin/resultserv | ||
2. Edit resultserv/settings.py, and update DATABASE_USER, DATABASE_PASSWORD, and DATABASE_HOST as appropriate. | |||
Revision as of 23:10, 19 January 2011
Installing GrafxBot servers
Prerequisites
- MySQL Community Server 5.x from http://mysql.com/downloads/mysql/
- Python 2.6
- MySQL-Python from http://sourceforge.net/projects/mysql-python/
- Django 1.2.x
Installation Steps
1. Download the Django GrafxBot app:
hg clone http://bitbucket.org/jonallengriffin/resultserv
2. Edit resultserv/settings.py, and update DATABASE_USER, DATABASE_PASSWORD, and DATABASE_HOST as appropriate.