Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 672 Bytes

Things you need to have installed to run the docs:

To build the docs and run locally (command line):

mvn clean jetty:run

You will then be able to access them at:

http://localhost:8080

deploying to google appengine run:

mvn -Dgae.home=<absolute path to>/appengine-java-sdk clean gae:deploy

Specify your username/password to the appengine account by specifying it in your ~/.m2/settings.xml file, as described here: http://www.kindleit.net/maven_gae_plugin/examples/passwordPrompt.html

Sphinx may be installed using easy_install or pip