From f8c90d57f673d9accaa616620660aff70f0d9246 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 13:58:41 -0300 Subject: Repository initialization --- README | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 5f635d8..0000000 --- a/README +++ /dev/null @@ -1,39 +0,0 @@ -Hydra Suite - Cloud Command and Control -======================================= - -The Hydra Suite is a complete set of tools for orchestration and management -of computers. - -This suite is made of three commands: - - - hydractl: issues commands in the current host. - - hydra: issues commands on multiple hosts. - - hydras: issues commands to multiple sets of hosts. - -Installation ------------- - -First, clone the code: - - git clone git://git.sarava.org/hydra.git - cd hydra && git tag -v - -Then add hydra folder to your `$PATH` or run the following command to install -if under `/usr/local`: - - ./hydractl provision - -Managing an existing network ----------------------------- - -If you have enough credentials, you can fetch all the needed repositories and configurations -using simply the following command: - - hydra example init ~/file/example ssh://gitolite@admin.example.org/config.git - -Creating a new network ----------------------- - -To create the needed repositories to start a new network, use a similar command: - - hydra example init ~/file/example -- cgit v1.2.3