From 7ca421e645fb52e2cfd6eb5fd22049e10071d727 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Sat, 22 Feb 2014 12:37:59 -0300 Subject: [PATCH] Add information about kickstart-baseline as sample project --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 465b2f8..b256d8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # kickstart -Bash installation script for developer environments +Bash only provisioning tool. + +The idea is to use bash scripts to provision machines over ssh, with no client installation on the target. +It provides some abstractions and functions that help you structure and write more readable bash scripts. +For an example project, check [kickstart-baseline](https://github.com/bltavares/kickstart-baseline). + +### Goal + +* No installation on the target +* Over ssh, or local +* Portable (Mac, Linux, containers and so on) + ### Installation Add it to the path.