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: 4 months ago
JSON representation
Course Builder made during the VanHackathon (Oct 2016) using Yii Framework v2.0.
- Host: GitHub
- URL: https://github.com/felladrin/course-builder-vanhackathon
- Owner: felladrin
- License: mit
- Archived: true
- Created: 2016-10-23T16:54:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T03:44:29.000Z (over 8 years ago)
- Last Synced: 2024-09-23T22:04:00.896Z (8 months ago)
- Topics: course-builder, vanhackathon, yii2, yii2-framework
- Language: PHP
- Homepage: http://felladrin.com/experiments/course-builder-vanhackathon
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!