Go to file
Raymond Garciano 3ff84f691c #commit
update mobile version
2021-03-13 03:24:24 +08:00
conf/conf.d initial files for this repo 2020-12-11 02:14:34 +08:00
json-server initial files for this repo 2020-12-11 02:14:34 +08:00
public initial files for this repo 2020-12-11 02:14:34 +08:00
src #commit 2021-03-13 03:24:24 +08:00
.env initial files for this repo 2020-12-11 02:14:34 +08:00
.flowconfig initial files for this repo 2020-12-11 02:14:34 +08:00
.gitignore Initial commit 2020-12-10 17:47:52 +00:00
.gitlab-ci.yml initial files for this repo 2020-12-11 02:14:34 +08:00
Dockerfile initial files for this repo 2020-12-11 02:14:34 +08:00
Makefile initial files for this repo 2020-12-11 02:14:34 +08:00
README.md initial files for this repo 2020-12-11 02:14:34 +08:00
config-overrides.js initial files for this repo 2020-12-11 02:14:34 +08:00
docker-compose-prod.yml initial files for this repo 2020-12-11 02:14:34 +08:00
docker-compose-public.yml initial files for this repo 2020-12-11 02:14:34 +08:00
docker-compose.yml initial files for this repo 2020-12-11 02:14:34 +08:00
jsconfig.json initial files for this repo 2020-12-11 02:14:34 +08:00
package.json initial files for this repo 2020-12-11 02:14:34 +08:00
variables.json initial files for this repo 2020-12-11 02:14:34 +08:00
yarn.lock initial files for this repo 2020-12-11 02:14:34 +08:00

README.md

Server Dependences

sudo apt-get update

sudo apt-get install build-essential

CMS - Local Development Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Development Server Scripts

Up the server for staging development run:

make dev-server

Stop the server run:

make dev-server-stop

QA/Testing Server Scripts

Up the server for staging QA/Testing run:

make test-server

Stop the server run:

make test-server-stop

Production Server Scripts

Up the server for production run:

make prod-server

Stop the server run:

make prod-server-stop

Clean image container run:

make clean

Public Development Server Scripts

Up the server for staging development run:

make dev-public-callback-server

Stop the server run:

make dev-public-callback-server-stop

Public QA/Testing Server Scripts

Up the server for staging QA/Testing run:

make test-public-callback-server

Stop the server run:

make test-public-callback-server-stop

Public Production Server Scripts

Up the server for staging QA/Testing run:

make prod-public-callback-server

Stop the server run:

make prod-public-callback-server-stop