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
427 B

#!/bin/bash
#MINIO_REGION_NAME="us-east-local"
#MINIO_REGION_COMMENT=""
#export MINIO_REGION_NAME MINIO_REGION_COMMENT
MINIO_ROOT_USER="dtp-base"
MINIO_ROOT_PASSWORD="20362b02-0baa-489e-b722-e82889333c24"
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