-
Notifications
You must be signed in to change notification settings - Fork 1
install PubSubHubbub hub server and example
k00ni edited this page Feb 11, 2013
·
5 revisions
Source blog for this installation: running-pubsubhubbub-on-ubuntu-10-04-python-2-6. The author test the installation with Ubuntu 12.04.
- Python 2.7 (sudo apt-get install python)
- Subversion ( sudo apt-get install subversion )
- Git ( sudo apt-get install git-core )
There exists a script to install hub server and an example. It requires a path where to install the pubsub server. Don't worry, the server is a standalone version and does not care about where it is located. So to keep it simple, you could "install" it in the pubsub extension folder.
cd /folder/to/ow/extensions/pubsub/
sh scripts/install_hub_server.sh pubsubserver
When you execute this the server will be installed in the folder /folder/to/ow/extensions/pubsub/ pubsubserver.
Now you should have a look here to find out how to use the server in combination with the example.
- download Google App Egine Python client: google_appengine_1.7.4.zip
- pubsubhubbub checkout via Subversion:
svn checkout http://pubsubhubbub.googlecode.com/svn/trunk/
- Additionally, we also checkout an example, to have the possibility to make first steps easily:
git clone git://github.com/marianoguerra/tubes.git