evennia/evennia/trunk
2006-12-04 20:35:37 +00:00
..
apps @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
__init__.py More re-arrangements. 2006-11-20 18:56:23 +00:00
ABOUT More re-arrangements. 2006-11-20 18:56:23 +00:00
ansi.py More re-arrangements. 2006-11-20 18:56:23 +00:00
cmdhandler.py Re-organization of the command handler for the sake of efficiency and cleanliness. 2006-12-03 00:40:19 +00:00
commands_general.py @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
commands_staff.py @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
commands_unloggedin.py Re-organization of the command handler for the sake of efficiency and cleanliness. 2006-12-03 00:40:19 +00:00
commonfuncs.py Big big update. Lots of reorganization and shuffling. 2006-12-03 00:25:10 +00:00
functions_db.py @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
functions_general.py A MUX style wiz WHO command. Will get around to making the non-staff version once we've got enough work done to merit it. 2006-12-03 02:44:17 +00:00
manage.py More re-arrangements. 2006-11-20 18:56:23 +00:00
prepenv.sh More re-arrangements. 2006-11-20 18:56:23 +00:00
README More re-arrangements. 2006-11-20 18:56:23 +00:00
server.py One more consistency fix. 2006-12-04 20:35:37 +00:00
sessions.py @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
settings.py More re-arrangements. 2006-11-20 18:56:23 +00:00
urls.py More re-arrangements. 2006-11-20 18:56:23 +00:00

Starting the Server
-------------------
Prior to starting up Evennia, you'll need the following environmental variable
set.

export DJANGO_SETTINGS_MODULE="settings"

You may wish to put this in your .bashrc file, or you can simple copy/paste
it before each startup. I'll fix this later so you don't have to, but it'll
do for now.

Once you've got the evar set, simply enter the following:

python server.py

The default port is 4000.