No longer need to distribute a database file. Each user will run their syncdb script and start with a clean slate. Updated installation instructions in README.

This commit is contained in:
Greg Taylor 2007-04-25 19:39:15 +00:00
parent eda1753740
commit 0fc89247aa
6 changed files with 56 additions and 10 deletions

28
README
View file

@ -29,6 +29,14 @@ many features free, such as:
abstraction of sessions and cookies, and access to whatever game data you
desire are all attractive.
Requirements
------------
* Python 2.5 strongly recommended, although may work just fine.
* PySqlite2
* Django (Latest trunk from Subversion recommended)
* Optional: Apache2 or equivalent webserver with a Python interpreter
module. Required for web interface.
Installation
------------
At this point in time, the codebase is changing so rapidly that writing
@ -37,14 +45,15 @@ in development, we'll make sure to update this. But for the really determined
(or stubborn), here's a rough outline:
* Install Django.
* Copy the Evennia source somewhere.
* Set up your apache2.conf to point mod-python to the settings.py file if you
want the web features.
* Get a copy of the Evennia source.
* Optional: Set up your apache2.conf to point mod-python to the settings.py
file if you want the web features.
* Copy settings.py.dist to settings.py.
* Edit settings.py with your database info.
* Run 'python manage.py syncdb'
* Run prepenv.sh. This will start the MU* server on port 4000 by default. You
* Run startup.sh. This will start the MU* server on port 4000 by default. You
may change this via the web interface or by editing the config table in SQL.
* Login with the email address and password you provided to the syncdb script.
Support and Development
-----------------------
@ -52,8 +61,11 @@ Since we're so early in development, we really can't hope to offer much support.
However, if you'd like to report bugs, make suggestions, or help with the
code work, visit either or both of the following links:
* Evennia Webpage
http://evennia.com
* Evennia Code Page
http://code.google.com/p/evennia/
* Evennia Google Group
http://groups-beta.google.com/group/evennia?hl=en
http://code.evennia.com
* Evennia Test Game
evennia.com port 4000