Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 725 Bytes

File metadata and controls

37 lines (26 loc) · 725 Bytes

YSITD Cloud Portal

License

This is providing a web interface to manage own resources and account in YSITD Cloud.

Table of content

Requirement

  1. node.js 4 LTS
  2. PostgreSQL 9.3+ (Remote Server and Client)
  3. Redis 3
  4. Nginx
  5. PHP 5.5.9+

Install

The config is stored in the .env file

Production

$ composer install --no-dev --prefer-dist -o
$ psql -d <database> -h <host> -p <port> -U <username> -a -W -f db/structure.sql
$ nano .env

Development

$ composer install
$ psql -d <database> -h <host> -p <port> -U <username> -a -W -f db/structure.sql
$ nano .env