Auto-tools/Projects/GrafxBot/Install

From MozillaWiki
Jump to navigation Jump to search

Installing GrafxBot servers

Prerequisites

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.

3. Create a database named 'resultserv' in MySQL.

4. In the resultserv directory, enter the command:

  python manage.py syncdb

This should generate the necessary SQL tables. When prompted for a superuser, add one of your choice.