bigbluebutton-Github/bigbluebutton-html5/start.sh
Anton Georgiev e1cec10670 clean up
2016-08-24 23:13:42 +00:00

8 lines
306 B
Bash
Executable File

#!/bin/bash
# Change to start meteor in production or development mode
ENVIRONMENT_TYPE=development
JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_CLIENT_INTEGRATION=0 JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 ROOT_URL=http://127.0.0.1/html5client NODE_ENV=$ENVIRONMENT_TYPE meteor