Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 677 Bytes

File metadata and controls

38 lines (26 loc) · 677 Bytes

Builder

Builder is a toolset to provision your own systems on AWS and on_premise servers.

Currently development is continued in this repository.

Usage

Clone the repository and do bundle install.

$ cd /path/to/cloned/builder
$ bundle install --path vendor/bundle --standalone

Create a working directory.

$ mkdir -p /path/to/builder/work_dir
$ cd /path/to/builder/work_dir

Initialize Builder.

$ PATH=/path/to/cloned/builder/bin:$PATH
$ builder init

builder init generates the following files:

  • builder.yml
  • .builder

Edit the files then hit the next line.

$ builder up