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.3.1 or higher
- Mysql 5.1 or higher (5.5 recommended)
Deploy the website under the address localhost, or hkt.localhost instead of localhost/hkt.
Change mode the folder app/cache
chmod 777 app/cache
Change mode the folder public/img/upload
for uploading images
chmod 777 public/img/upload
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 schemas
folder.