This is providing a web interface to manage own resources and account in YSITD Cloud.
- node.js 4 LTS
- PostgreSQL 9.3+ (Remote Server and Client)
- Redis 3
- Nginx
- PHP 5.5.9+
The config is stored in the .env file
$ composer install --no-dev --prefer-dist -o
$ psql -d <database> -h <host> -p <port> -U <username> -a -W -f db/structure.sql
$ nano .env
$ composer install
$ psql -d <database> -h <host> -p <port> -U <username> -a -W -f db/structure.sql
$ nano .env