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 install
in the project folder. - Create a mysql database named
curse_builder
and add the usercurse_builder
with password4o4gqGuj0GMUJZQ420Cr89BjqNyntQN4
. (Or customize it onconfig/db.php
) - Run
php yii migrate
to initialize the tables. - Access
<host>/<project_folder>/web
in your browser. - Register an account and start playing!