Builder is a toolset to provision your own systems on AWS and on_premise servers.
Currently development is continued in this repository.
Clone the repository and do bundle install.
$ cd /path/to/cloned/builder
$ bundle install --path vendor/bundle --standaloneCreate a working directory.
$ mkdir -p /path/to/builder/work_dir
$ cd /path/to/builder/work_dirInitialize Builder.
$ PATH=/path/to/cloned/builder/bin:$PATH
$ builder initbuilder init generates the following files:
builder.yml.builder
Edit the files then hit the next line.
$ builder up