Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

felladrin/course-builder-vanhackathon

Repository files navigation

Course Builder

Course Builder made during the VanHackathon (Oct 2016).

Live demo: http://felladrin.com/experiments/course-builder-vanhackathon

Requirements

  • Web Server with Apache or Nginx that supports PHP >= 5.4
  • Any PDO compatible database (Only MySQL has been tested)
  • Composer

Quick Start

  • 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 user curse_builder with password 4o4gqGuj0GMUJZQ420Cr89BjqNyntQN4. (Or customize it on config/db.php)
  • Run php yii migrate to initialize the tables.
  • Access <host>/<project_folder>/web in your browser.
  • Register an account and start playing!

About

Course Builder made during the VanHackathon (Oct 2016) using Yii Framework v2.0.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages