Commit graph

10 commits

Author SHA1 Message Date
Michael King
d2136ec135 Adjusted startup.sh to use the BASE_PATH from settings.py 2007-08-06 18:53:06 +00:00
Greg Taylor
972604f156 Add -f to the mv for evennia.log. This is a stupid little commit for me to test forwarding commit messages to the Google group. 2007-05-27 16:59:41 +00:00
Greg Taylor
51301d3e3b Start moving log files again. 2007-05-24 23:46:14 +00:00
Greg Taylor
9746382614 Fixing a flag on twistd. As an addendum to the last commit, there is a big speed improvement, it wasn't just imagined. Check it out on the public test server at evennia.com port 4000. 2007-05-21 20:53:56 +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
a73a3523af Unintentionally committed a change to startup.sh, reversing. 2007-04-26 19:33:15 +00:00
Greg Taylor
c54f9f15e4 Renaming the default database file to evennia.db3 instead of evennia.sql, which is often used to signify text-based SQL dumps. Remember to re-name your database file and adjust your settings.py accordingly if you want to follow suite. Existing installs should theoretically be unaffected. 2007-04-26 19:32:26 +00:00
Greg Taylor
eda1753740 Move the server log to a 'logs' directory so as not to add even more clutter to server root. 2007-04-25 15:17:08 +00:00
Greg Taylor
b63f69eed0 New startup.sh file with configurable start modes. Eventually we'll do this via command line arguments, but for now it'll do. 2007-04-25 15:14:45 +00:00
Greg Taylor
9335adc03a More command sanitizing checks, renamed startup script to startup.sh. 2007-04-03 20:15:54 +00:00
Renamed from prepenv.sh (Browse further)