Updated installation instructions slightly.

This commit is contained in:
Greg Taylor 2008-12-16 03:11:49 +00:00
parent 7b77b936ca
commit a517f833b5

15
INSTALL
View file

@ -23,12 +23,15 @@ in development, we'll make sure to update this. But for the really determined
* 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.
* Create a local_settings.py file, copy any values you'd like to change in
settings.py to local_settings.py, where they will override the default
values.
* Change to the evennia/game directory and run something like:
python manage.py
This will create a settings.py file. You may override any of the default
values in src/config_defaults.py by pasting them into settings.py and
changing the values.
* If you want to use anything other than the default SQLite setup, copy and
modify the DATABASE_* variables from settings.py.
modify the DATABASE_* variables from src/config_defaults.py.
* Run 'python manage.py syncdb'
* 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.
* Run startup.sh or startup.bat depending on whether you're on Linux/Unix or
Windows. 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.