bigbluebutton-Github/bigbluebutton-html5/start.sh

8 lines
306 B
Bash
Raw Normal View History

2016-08-25 07:13:42 +08:00
#!/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