Talk:POD installation guide: Difference between revisions

From ArmadeusWiki
(New page: == Install from git tree '''Old method''' == * Checkout the source code with following command (git is needed): <pre class="host"> $ git clone git://periphondemand.git.sourceforge.net/git...)
 
(No difference)

Latest revision as of 17:37, 4 April 2013

Install from git tree Old method

  • Checkout the source code with following command (git is needed):
$ git clone git://periphondemand.git.sourceforge.net/gitroot/periphondemand/periphondemand
$ cd periphondemand/
  • Install POD (with root privileges):
$ sudo python setup.py install