A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
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.
 
 
 
 

11 lines
306 B

#!/bin/bash
MINIO_ROOT_USER="libertylinks"
MINIO_ROOT_PASSWORD="7db281be-0cd2-497e-b759-c74c3d35e274"
export MINIO_ROOT_USER MINIO_ROOT_PASSWORD
forever start --killSignal=SIGINT app/workers/host-services.js
minio server ./data/minio --console-address ":9001"
forever stop app/workers/host-services.js