Skip to content

axsh/builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published