Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felladrin/course-builder-vanhackathon

Course Builder made during the VanHackathon (Oct 2016) using Yii Framework v2.0.
https://github.com/felladrin/course-builder-vanhackathon

course-builder vanhackathon yii2 yii2-framework

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Course Builder
==============

Course Builder made during the VanHackathon (Oct 2016).

Live demo:

## 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 `//web` in your browser.
- Register an account and start playing!