mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Initial Version
This commit is contained in:
parent
93c2e28a8e
commit
7bdcc55965
1 changed files with 46 additions and 0 deletions
46
clusterssh/README
Normal file
46
clusterssh/README
Normal 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$
|
Loading…
Add table
Add a link
Reference in a new issue