diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:26:39 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:26:39 -0700 |
commit | 512d760729edae5cdfee465eab7244fa153070db (patch) | |
tree | 65c0c8d0f76d0ee65ab79f48f06fafe0b87cb894 /README.md | |
parent | 9b366e26ffedbf9c530c1753669be5c1b855b497 (diff) |
Changing the travis build command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ 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 server` to start the website on http://localhost:8085 +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 |