Moving.
This commit is contained in:
parent
2421c23521
commit
b9b62c2f8f
30 changed files with 0 additions and 0 deletions
16
trunk/README
Executable file
16
trunk/README
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue