Revision: 288
Author: luismarianoguerra
Date: Thu Oct  8 07:24:54 2009
Log: added "before you start" section suggested by Ramkumar
http://code.google.com/p/pubsubhubbub/source/detail?r=288

Modified:
 /wiki/DeveloperGettingStartedGuide.wiki

=======================================
--- /wiki/DeveloperGettingStartedGuide.wiki     Fri Sep 11 17:01:17 2009
+++ /wiki/DeveloperGettingStartedGuide.wiki     Thu Oct  8 07:24:54 2009
@@ -17,6 +17,22 @@
   * things that start with "$" are bash commands
   * things that start with "!" are important notes

+== before you start ==
+
+to follow this guide you will need some tools installed on your system
+
+  * python 2.5 (to run the google app engine hub)
+  * subversion client (to fetch the pubsubhubbub code)
+  * git client (to fetch the example code)
+
+this can be installed on a debian based distribution with a command like
+
+{{{
+sudo aptitude install python2.5 subversion git-core
+}}}
+
+on other distributions the command should be similar depending on the package manager.
+
 == create directory to hold all the content of this tutorial ==

 {{{

Reply via email to