Skip to content

linuxhjkaru/hkt

 
 

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.3.1 or higher
  • Mysql 5.1 or higher (5.5 recommended)

Config

Deploy

Deploy the website under the address localhost, or hkt.localhost instead of localhost/hkt.

Cache folder

Change mode the folder app/cache

chmod 777 app/cache

Image Upload folder

Change mode the folder public/img/upload for uploading images

chmod 777 public/img/upload

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 schemas folder.

External Links

About

The Framgia Hyakkaten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.2%
  • JavaScript 3.3%
  • CSS 1.5%