blob: cbdede8c2da0c44268c757c92cb3da3de702f5fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|