Foursquare Grow Website
This is the source for the Foursquare GROW Website.
Requirements
- JDK 1.7
- Ant
- Ivy
- jesterpm-build-tools
Usage
- Download and bootstrap jesterpm-build-tools from http://github.com/jesterpm/jesterpm-build-tools
- Copy devfiles/grow-server.properties.default to devfiles/grow-server.properties and insert your AWS and F1 credentials.
- Run
ant resolveto download the dependencies. - Run
ant serverto start the website on http://localhost:8085
The website defaults to running in dev mode which will only modify the dev Dynamo tables. You can
also run ant server-prod to cause the local website to access the production site's Dyanmo
tables.
