Skip to content

theodson/settler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

314 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Settler

The scripts that builds a Laravel Homestead development environment using CentOS.

See release.md for build details.

Usage

This build tool clones the bento git project and inserts the scripts/provision.sh file into the packer build sequence. The bento project uses the Vagrant teams Packer tool.

We rely on the bento packer project for delivering stable and upto date Virtualized Environments.

Quick start

  • specify version and run build.sh
VERSION=11.5.0
BENTO_PATH=../bento
git clone https://github.com/chef/bento $BENTO_PATH

./build.sh $VERSION

Custom

  • Review the scripts/provision.sh - this runs CentOS build commands.
  • Review in file ./build.sh as it follows the normal Packer practice of building with centos/centos-7.5-x86_64.json.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%