summaryrefslogtreecommitdiffstats
path: root/planetlab/pssh/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'planetlab/pssh/INSTALL')
-rw-r--r--planetlab/pssh/INSTALL25
1 files changed, 25 insertions, 0 deletions
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.