Added @mvattr command as per MUX (Issue 25). Cleaned up @set to give better feedback. Some minor cleanups.

This commit is contained in:
Griatch 2009-08-29 17:41:00 +00:00
parent 5a3d901b5c
commit bd2f7a845c
7 changed files with 111 additions and 39 deletions

View file

@ -31,7 +31,7 @@ in development, we'll make sure to update this. But for the really determined
* If you want to use anything other than the default SQLite setup, copy and
modify the DATABASE_* variables from src/config_defaults.py.
* Run 'python manage.py syncdb'
* Run 'python evennia.py start'. This will start the MU* server on port 4000
* Run 'python evennia.py -i start'. 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.