From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6852640..f67ca04 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,16 @@ This is the source for the [Foursquare GROW](http://foursquaregrow.com) Website. Requirements -------------- -* JDK 1.7 -* Ant -* Ivy -* jesterpm-build-tools - +* JDK 1.8 +* Maven Usage ------- -1. Download and bootstrap jesterpm-build-tools from http://github.com/jesterpm/jesterpm-build-tools -2. Copy devfiles/grow-server.properties.default to devfiles/grow-server.properties and insert your - AWS and F1 credentials. -3. Run `ant resolve` to download the dependencies. -4. Run `ant server` to 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. +1. Copy devfiles/grow-server.properties.default to devfiles/grow-server.properties and insert your + AWS and F1 or CCB credentials. +2. Run `maven compile` to compile. +3. Run `maven exec:exec` to 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. +4. Run `maven war:war` to produce a war file to deploy. -- cgit v1.2.3