Framgia Hyakkaten is a web service made for Framgia's Members, created by HKT Team. It is powered by the PhalconPHP framework.
- PHP 5.4 or higher (5.5 recommended)
- PhalconPHP 1.2.6 or higher
- Mysql 5.5 or higher
Change mode the folder app/cache
chmod 777 app/cache
CREATE USER 'hkt'@'localhost' IDENTIFIED BY 'hkt';
CREATE DATABASE hyakkaten CHARACTER SET utf8;
GRANT ALL ON hyakkaten.* to hkt@localhost;
FLUSH PRIVILEGES;
Change the username, password, and database name with the information configed in app/config/config.php
Then, run the sql files in app/schemas
folder.