Skip to content

caoluc/hkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framgia Hyakkaten - フランジア百貨店

Framgia Hyakkaten is a web service made for Framgia's Members, created by HKT Team. It is powered by the PhalconPHP framework.

Requirements

  • PHP 5.4 or higher (5.5 recommended)
  • PhalconPHP 1.2.6 or higher
  • Mysql 5.5 or higher

Config

Cache folder

Change mode the folder app/cache

chmod 777 app/cache

Database

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.

External Links

About

The Framgia Hyakkaten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published