-
Notifications
You must be signed in to change notification settings - Fork 0
paxed/dudleysdungeon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dudley's (New, Improved) Dungeon - A Roguelike Webcomic System This is the code that http://alt.org/nethack/dudley/ uses. Requires: PHP 5, postgres First create the postgres user, eg. # su - postgres # psql postgres=# create user dudley with password 'dudley'; postgres=# create database dudleydb; postgres=# grant all privileges on database dudleydb to dudley; postgres=# \q Then browse to the directory where you put the dudley files, and enter the settings in the install script. The script creates the database and the admin user you specify. Another way is to manually edit or create config.php, and create the database and the admin user yourself. Remember to edit utils.php! To generate the RSS feed, run cronjob.sh, eg. via cron. -- Pasi Kallinen [email protected]
About
Dudley's (New, Improved) Dungeon - A Roguelike Webcomic System
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published