development
branch
meteor run
?
reaction
command is just a wrapper around meteor
command so you should be able to get started with that
reaction
command? Seems like Windows users are getting this a lot.
cat
that reaction
file you can see what every reaction
command corresponds to
meteor run —settings your_settings_file
gets you what you need to get going
#
#
set -u
set -e
if [[ "$@" == "reset" ]]; then
bin/reset
elif [[ "$@" == "pull" ]]; then
git pull && meteor npm install && bin/clone-packages.sh
elif [[ "$@" == "install" ]]; then
cp bin/clone-packages.sh /usr/local/bin/
cp reaction /usr/local/bin/reaction && chmod + /usr/local/bin/reaction
bin/install
elif [[ "$@" == "test" ]]; then
VELOCITY_TEST_PACKAGES=1 meteor test-packages --port 3006 --driver-package velocity:html-reporter --velocity
else
bin/run "$@"
fi
exit
./reaction
works for me from installation directory
defaultRole
and defaultVisitor
role permission groups in your Shops.json
pathFor
helper for the link
package.js
can not find module jquery-ui/autocomplete
while running on browser. any suggestions?
1.10.5
for a quick fix