Got the old start script back to allow the way to run Meteor outside the build process.

This commit is contained in:
Maxim Khlobystov 2016-03-13 22:08:22 -04:00 committed by gcampes
parent 7131115746
commit 32a84adc7a

View 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