mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
| .. | ||
| apps | ||
| __init__.py | ||
| __init__.pyc | ||
| ABOUT | ||
| ansi.py | ||
| ansi.pyc | ||
| cmdhandler.py | ||
| cmdhandler.pyc | ||
| commonfuncs.py | ||
| manage.py | ||
| prepenv.sh | ||
| README | ||
| server.py | ||
| server.pyc | ||
| sessions.py | ||
| sessions.pyc | ||
| settings.py | ||
| settings.pyc | ||
| urls.py | ||
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.