Course Builder made during the VanHackathon (Oct 2016).
Live demo: http://felladrin.com/experiments/course-builder-vanhackathon
- Web Server with Apache or Nginx that supports PHP >= 5.4
- Any PDO compatible database (Only MySQL has been tested)
- Composer
- Clone this repository.
- Run
composer global require "fxp/composer-asset-plugin:~1.2.0". (This is required by Yii2) - Run
composer installin the project folder. - Create a mysql database named
curse_builderand add the usercurse_builderwith password4o4gqGuj0GMUJZQ420Cr89BjqNyntQN4. (Or customize it onconfig/db.php) - Run
php yii migrateto initialize the tables. - Access
<host>/<project_folder>/webin your browser. - Register an account and start playing!