DTP Base provides a scalable and secure Node.js application development harness ready for production service.
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.
 
 
 
 

15 lines
435 B

#!/bin/bash
#MINIO_REGION_NAME="us-east-local"
#MINIO_REGION_COMMENT=""
#export MINIO_REGION_NAME MINIO_REGION_COMMENT
MINIO_ROOT_USER="dtp-time-tracker"
MINIO_ROOT_PASSWORD="06f281ba-a8e4-4d69-8769-3e8f2dd60630"
export MINIO_ROOT_USER MINIO_ROOT_PASSWORD
forever start --killSignal=SIGINT app/workers/host-services.js
minio server ./data/minio --address ":9080" --console-address ":9081"
forever stop app/workers/host-services.js