-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
39 lines (27 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
What is FabriKokki?
-------------------
FabriKokki is an API between Fabric and Kokki. It is hosted at Github at:
http://github.com/ssteinerx/FabriKokki
The purpose of FabriKokki is to allow installation of Kokki recipes on remote
hosts from within Fabric without the need to manually install and/or update
a Kokki installation on the remote system.
Whether this is done by replacing the Kokki installation mechanism, or just
hiding the machinery of Kokki has yet to be determined and really shouldn't
matter.
Bottom line: you can run Kokki recipes on remote hosts from within your
Fabric fabfile.py. Be happy.
Dependencies:
-------------
Fabric is a Python library and command-line tool for streamlining the use of
SSH for application deployment or systems administration tasks.
is at: http://docs.fabfile.org/
Kokki is a system configuration management framework styled after Chef.
Kokki is at: http://github.com/samuel/kokki
Our Kokki fork is at: http://github.com/ssteinerx/kokki which is much more
likely to contain any changes to Kokki that are required to make FabriKokki
work.
Enjoy,
S
aka/Steve Steiner
aka/ssteinerX