Foursquare Grow Website
This is the source for the Foursquare GROW Website.
Requirements
- JDK 1.8
- Maven
Usage
- Copy devfiles/grow-server.properties.default to devfiles/grow-server.properties and insert your AWS and F1 or CCB credentials.
- Run
maven compileto compile. - Run
maven exec:execto start the website on http://localhost:8085 The website defaults to running in dev mode which will only modify the dev Dynamo tables. You must recompile for changes to take effect. - Run
maven packageto produce a war file to deploy.
