Skip to content

snapwire/logio-chef-repo

 
 

Repository files navigation

Required

Install deps

Install the required dependencies with the built in rake task

rake install_deps

Usage

The below will download the bare repo, install the base requirements, and boot a vm.

git clone git@github.com:streamlinesocial/local-dev-env.git <FOLDER NAME>
cd <FOLDER NAME>
rake init
vagrant up

Vagrant

The Vagrantfile included will look to the nodes for the chef run list. If you would rather, you can use littlechef, but the purpose of the Vagrantfile tweak is to get Vagrant running chef just like littlechef would be.

Deploy

Use littlechef's fix command to deploy to a server.

# add user / pass for server
vi auth.cfg

fix node:IPADDRESS deploy_chef
fix node:IPADDRESS

That should run through the install, and deploy the app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published