Basher

Basher is a tool for simple and powerful provisioning of servers. Basher is written in Ruby (and bash), but can be used with just bash skills.

Requirements:

On the developer machine:

  • Ruby

On the server:

  • SSH access

State

This is mostly a prototype of the tool I want to build.

Installation

gem install basher

Usage

To init the default file structure of basher:

basher init

To provision a server

basher deploy <settings-file>

Editing the settings

Soon...