Andrew Park 70aba2df45 Add application environment variables & husky error on Mac (#626)
* Fixed Tracking and run cli
- added piwik directives
- added application.env for frontend specific
* adding frontend env file
* added LDAP config variables in frontend env
* revert back web package
* added readme troubleshooting
* fixed PR review feedbacks
2017-07-28 14:51:50 -07:00

8 lines
153 B
Bash
Executable File

#!/bin/bash
set -a
source ./application.env
set +a
export JAVA_OPTS="-Xms512m -Xmx2048m -Dhttp.port=9001"
build/stage/wherehows-frontend/bin/playBinary