Skip to content

Instantly share code, notes, and snippets.

@tanabe
Last active December 13, 2015 21:38
Show Gist options
  • Save tanabe/4978553 to your computer and use it in GitHub Desktop.
Save tanabe/4978553 to your computer and use it in GitHub Desktop.
run crowy on Mac OS X
* download GAE
** https://developers.google.com/appengine/downloads
* create new Twitter application
** https://dev.twitter.com/apps/new
** need callback url
** Application Type is Read and Write
* clone Crowy
** git clone git@github.com:co-meeting/crowy.git
* edit src/conf/settings.py
* run Crowy
** python2.5 /usr/local/bin/dev_appserver.py src
* access http://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment