bigbluebutton-Github/bigbluebutton-html5/app/start.sh

6 lines
292 B
Bash
Raw Normal View History

2015-02-14 05:03:25 +08:00
#
# the idea is that this way we prevent test runs (for whenever needed)
2015-03-03 08:42:11 +08:00
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 meteor
2015-03-03 00:46:14 +08:00
# ROOT_URL_PATH_PREFIX=html5client meteor
2015-02-14 05:03:25 +08:00