update station code to text |
||
---|---|---|
conf/conf.d | ||
json-server | ||
public | ||
src | ||
.env | ||
.flowconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
Makefile | ||
README.md | ||
config-overrides.js | ||
docker-compose-prod.yml | ||
docker-compose-public.yml | ||
docker-compose.yml | ||
jsconfig.json | ||
package.json | ||
variables.json | ||
yarn.lock |
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: