From 3bb7785b59ef92278b24f2636b5250b07ce788ee Mon Sep 17 00:00:00 2001 From: thibauth Date: Mon, 1 Aug 2011 16:05:49 +0000 Subject: Planetlab utilities git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@50 30fcff6e-8de6-41c7-acce-77ff6d1dd07b --- planetlab/pssh/INSTALL | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 planetlab/pssh/INSTALL (limited to 'planetlab/pssh/INSTALL') diff --git a/planetlab/pssh/INSTALL b/planetlab/pssh/INSTALL new file mode 100644 index 0000000..ff6adc6 --- /dev/null +++ b/planetlab/pssh/INSTALL @@ -0,0 +1,25 @@ +Installing PSSH +=============== + +If you don't already have setuptools installed: + + # wget 'http://peak.telecommunity.com/dist/ez_setup.py' + # sudo python ez_setup.py + +Then: + + # sudo python setup.py install + +Share and enjoy! + + +Instructions for Packagers +-------------------------- + +Packagers create RPM or deb files for Linux distributions. If you are a +normal user, please skip this section. + +Packaging PSSH is pretty straightforward. Just do a setup.py install, and +then move usr/bin/pssh-askpass to usr/libexec/pssh/pssh-askpass. Although +having pssh-askpass in /usr/bin doesn't really hurt anything, it's not +necessary, so it's cleaner to move it to /usr/libexec. -- cgit v1.2.3-70-g09d2