Forgot to update the INSTALL file with the new local_settings.py stuff.

This commit is contained in:
Greg Taylor 2008-12-11 17:00:43 +00:00
parent 2e6a74760f
commit c8e460e668

View file

@ -23,8 +23,11 @@ in development, we'll make sure to update this. But for the really determined
* Get a copy of the Evennia source. * Get a copy of the Evennia source.
* Optional: Set up your apache2.conf to point mod-python to the settings.py * Optional: Set up your apache2.conf to point mod-python to the settings.py
file if you want the web features. file if you want the web features.
* Copy settings.py.dist to settings.py. * Create a local_settings.py file, copy any values you'd like to change in
* Edit settings.py with your database info. settings.py to local_settings.py, where they will override the default
values.
* If you want to use anything other than the default SQLite setup, copy and
modify the DATABASE_* variables from settings.py.
* Run 'python manage.py syncdb' * Run 'python manage.py syncdb'
* Run startup.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. may change this via the web interface or by editing the config table in SQL.