Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 558 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 558 Bytes

You can visit the first pool in progress over at StackMonkey.

Installing the Pool in a development environment

  • Clone the utter-pool repo into a local folder
  • Inside your clone of utter-pool, run ./install.sh and answer all the questions
  • Download and unpack the google appengine, you can get it from https://developers.google.com/appengine/downloads
  • Start the app like this: <path to google appengine>/dev_appserver.py <path to utter-pool>
  • The development server should now be listening on localhost:8000