Cleaning some unnecessary whitespace, overall cleanup of various source codes.

This commit is contained in:
Griatch 2012-03-30 23:47:22 +02:00
parent d4c97d7df8
commit c0322c9eae
27 changed files with 1342 additions and 1318 deletions

57
INSTALL
View file

@ -1,9 +1,9 @@
-------------
Evennia Setup
Evennia Setup
-------------
You can find the updated and more detailed version of this page on
You can find the updated and more detailed version of this page on
http://code.google.com/p/evennia/wiki/GettingStarted
@ -12,45 +12,46 @@ Installation
* Make sure you have/install the prerequsites with minimum versions
listed on http://code.google.com/p/evennia/wiki/GettingStarted:
- python
- python
- django
- twisted + PIL
- mercurial
- django-south (optional)
- mercurial
- django-south (optional, but highly recommended)
* Go to a directory on your harddrive where you want the 'evennia'
directory to be created, for example mud/.
* Go to a directory on your harddrive where you want the "evennia"
directory to be created.
$ cd mud/
* Get a copy of the Evennia source:
$ hg clone https://code.google.com/p/evennia/ evennia
* Change to the evennia/game directory and run the setup scripts.
$ cd evennia/game
$ python manage.py
* Edit the new game/settings.py if needed, then run
$ cd evennia/game
$ python manage.py
* Edit the new game/settings.py if needed, then run
(make sure to create an admin account when asked):
$ python manage.py syncdb
$ python manage.py syncdb
* If you use django-south you need to also run
$ python manage.py migrate
Starting Evennia
Starting Evennia
----------------
$ python evennia.py -i start
or
$ python evennia.py
for a menu of launch options.
* Start the server with
$ python evennia.py -i start
or run without arguments for a menu of launch options.
See http://code.google.com/p/evennia/wiki/StartStopReload for more info.
* Start up your MUD client of choice and point it to your server and port 4000.
@ -59,8 +60,14 @@ Starting Evennia
* Alternatively, you can find the web interface and webclient by
pointing your web browser to http://localhost:8000.
* Login with the email address and password you provided to the syncdb script.
Welcome to Evennia!
* Login with the email address and password you provided when setting up the server.
See also "Getting Started" on www.evennia.com for more verbose instructions and
the documentation wiki for further help.
Welcome to Evennia!
-------------------
* See www.evennia.com for more information and help with how to
proceed from here.
* For questions, see the discussion group or the chat. Report bugs or
request features via the Issue Tracker.