Skip to content

ysitd/ysitd-cloud-portal

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages