You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.env-example | 10 months ago | |
.gitignore | 10 months ago | |
csccp.js | 9 months ago | |
deployTemplate.yaml | 9 months ago | |
package-lock.json | 10 months ago | |
package.json | 10 months ago | |
readme.md | 9 months ago | |
run.sh | 10 months ago | |
stop.sh | 10 months ago |
readme.md
- Fill in .env-example, rename to .env.
- Update correct repo and image names in
csccp.js
script, and in thedeployTemplate.yaml
- To start
./run.sh
- To view logs, you can run
npx forever list
and then view the corresponding log file - To stop,
./stop.sh