Initial Version

This commit is contained in:
duncan_ferguson 2004-08-16 13:09:50 +00:00
parent 93c2e28a8e
commit 7bdcc55965

46
clusterssh/README Normal file
View file

@ -0,0 +1,46 @@
Quick Install Guide
===================
For each of these modules, run the following command. If it fails, download
and install the module from http://search.cpan.org/
Tk, Config::Simple
$ perl -M<module> -e "print"
i.e.
$ perl -MTk -e "print"
Confirm the path to the perl binary by
$ which perl
If the path is not "/usr/bin/perl", edit cssh and change the path on the first
line.
You should now be able to run
$ ./cssh <server1> <server2>
Read the documentation for further information.
Documentation
=============
All documentation is held within cssh itself. Access the man page by
$ perldoc cssh
Further documentation and a FAQ are avaialble from the homepage
Announcements & New Version
===========================
Please subscribe to the new announcements mailing list here
http://lists.sourceforge.net/lists/listinfo/clusterssh-announce
Web Homepage
===============
http://clusterssh.sourceforge.net/
Further Support and Bugs/Featuer Requests
=========================================
Please log all requests for help in the forums on the web site at:
http://clusterssh.sourceforge.net/modules.php?op=modload&name=XForum&file=index&gid=3
$Id$