From 44d93200d365e90067b941a7f9203f6c29196f85 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 14 May 2016 11:02:26 -0300 Subject: Migrate docs to sphinx --- doc/management.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/management.rst (limited to 'doc/management.rst') diff --git a/doc/management.rst b/doc/management.rst new file mode 100644 index 0000000..cbdede8 --- /dev/null +++ b/doc/management.rst @@ -0,0 +1,23 @@ +Management +========== + +Creating a new network +---------------------- + +Use the following commands to create the needed repositories when starting a new network: + +:: + + hydra example init ~/file/example + hydra example config domain example.org + +Managing an existing network +---------------------------- + +If you have enough credentials (ssh pubkey set in the server), you can fetch +all the needed repositories and configurations to a local folder +`~/file/example` using simply the following command: + +:: + + hydra example init ~/file/example git@admin.example.org:example.git -- cgit v1.2.3