Got the old start script back to allow the way to run Meteor outside the build process.
This commit is contained in:
parent
7131115746
commit
32a84adc7a
4
bigbluebutton-html5/start.sh
Normal file
4
bigbluebutton-html5/start.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# the idea is that this way we prevent test runs (for whenever needed)
|
||||||
|
HOME=/usr/share/meteor 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
|
||||||
|
# ROOT_URL_PATH_PREFIX=html5client meteor
|
Loading…
Reference in New Issue
Block a user