No longer need to distribute a database file. Each user will run their syncdb script and start with a clean slate. Updated installation instructions in README.

This commit is contained in:
Greg Taylor 2007-04-25 19:39:15 +00:00
parent eda1753740
commit 0fc89247aa
6 changed files with 56 additions and 10 deletions

View file

@ -2,4 +2,5 @@ INSERT INTO "config_configvalue" VALUES(0,'site_name','Evennia Test Site');
INSERT INTO "config_configvalue" VALUES(1,'site_port','4000');
INSERT INTO "config_configvalue" VALUES(2,'player_dbnum_start','2');
INSERT INTO "config_configvalue" VALUES(3,'money_name_plural','Credits');
INSERT INTO "config_configvalue" VALUES(4,'money_name_singular','Credit');
INSERT INTO "config_configvalue" VALUES(4,'money_name_singular','Credit');
INSERT INTO "config_configvalue" VALUES(5,'game_firstrun','1');