Commit graph

16 commits

Author SHA1 Message Date
Griatch
3431891b6b Updated install/readme instructions. 2011-11-14 13:23:57 +01:00
Griatch
ef3ee3bbcb Fixed INSTALL file for Mercurial. 2011-09-09 23:49:55 +02:00
Griatch
f13e8cdf7c Trunk: Merged griatch-branch. This implements a new reload mechanism - splitting Evennia into two processes: Server and Portal with different tasks. Also cleans and fixes several bugs in script systems as well as introduces i18n (courtesy of raydeejay). 2011-09-03 10:22:19 +00:00
Griatch
2c66f039fd Synced INSTALL file with wiki instructions. 2011-02-05 18:25:09 +00:00
Ari Mudev
50e66b3813 Remove reference to PySqlite2 since we are recommending Python v2.5 (which includes the 'sqlite3' module in the base distribution).
Also, recommend ActivePython.  While it is a commercially-backed product, "pypm" (like "easy_install" on Linux) makes it an absolute snap to get all the dependencies for Evennia.  It simplifies setup on Windows greatly compared to the stock distribution at www.python.org coupled with the stock "easy_install".)

Also, re-flow some more text.
2010-11-01 06:11:01 +00:00
Ari Mudev
76624cd6f3 Modify Django version requirements to suit our usage of csrf middleware,
which was modified heavily between Django v1.1 and Django v1.2.

While it is possible to modify our code to use Django v1.1's csrf, the
best experience "out-of-the-box" will be while using Django v1.2.
2010-09-05 12:36:53 +00:00
Ari Mudev
e767b3458a Give correct code repository URL to Subversion checkout command. 2010-09-02 14:51:59 +00:00
Griatch
f83c2bddf8 Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch 2010-08-29 18:46:58 +00:00
Griatch
bd2f7a845c Added @mvattr command as per MUX (Issue 25). Cleaned up @set to give better feedback. Some minor cleanups. 2009-08-29 17:41:00 +00:00
Greg Taylor
05791b3593 Two patches, courtesy of Ari:
* The startup script (evennia.py) will now take your PYTHONPATH environmental variable into account when starting. This may resolve potential issues with Twisted on Windows with certain combinations of Python.
* The INSTALL file still referred to startup.bat, which is now gone in favor of evennia.py.

Thanks Ari!
2009-07-06 02:55:25 +00:00
Greg Taylor
a517f833b5 Updated installation instructions slightly. 2008-12-16 03:11:49 +00:00
Greg Taylor
c8e460e668 Forgot to update the INSTALL file with the new local_settings.py stuff. 2008-12-11 17:00:43 +00:00
Greg Taylor
a10df7ec6b Update the INSTALL file to include a notice about referring to the web-based documentation. Yes, I'm looking for an excuse to test the commit log :) 2007-05-27 23:20:44 +00:00
Greg Taylor
97cf1213e6 Converted to Twisted from asyncore. Not positive if this is just my local machine, but it seems like this backend is a bit faster. 2007-05-21 20:52:05 +00:00
Greg Taylor
82f46a2b69 Minor doc clarification. 2007-05-18 15:39:27 +00:00
Michael King
e8674f1848 * Created INSTALL; moved initial installation instructions from README
* to INSTALL
2007-05-04 16:58:56 +00:00