GitHub Tycoon is a persistent software repository management simulation game.
Check out the demo: http://githubtycoon.ftp.sh.
- PHP (Tested on 5.3.2-1ubuntu4.18 & 5.3.10-1ubuntu3.4)
- MySQL (Tested on 5.1.66-0ubuntu0.10.04.1 & 5.5.28-0ubuntu0.12.04.2)
- Clone this repo to your system, and softlink (
ln -s
)/www
to your 80 (e.g./var/www/ght
). If you bump into a 403 permission issue, make sure all of the parent directories to the cloned directory, including www have the x permission (e.g.chmod a+x). Furthermore, you need +FollowSymLinks. (Alternatively, you could just move the contents of www into your /var/www folder. - Run
./structure
so you can track when to update your MySQL structure. After the alpha release, we will write patches. - Create a table and user, and import
/structure.sql
into that table. - Copy
/config.sample.php
to/config.php
and insert your database information along with a sufficiently strong and random salt.