75 lines
1.6 KiB
Markdown
75 lines
1.6 KiB
Markdown
|
|
## Server Dependences
|
|
|
|
* [Docker/Linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
|
|
* [Docker Compose/Linux](https://docs.docker.com/compose/install/#install-compose)
|
|
|
|
### `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.<br>
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
|
The page will reload if you make edits.<br>
|
|
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`
|
|
|