This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-28 10:08:20 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b37fae50e3
discourse
/
chef
/
cookbooks
/
omnibus_updater
/
Gemfile
4 lines
33 B
Text
Raw
Normal View
History
Unescape
Escape
Use chef-solo to install phantomjs into Vagrant VM. This introduces two configuration management runs into the Vagrant provisioning phase. The first chef-solo run ensures that a current version of chef is installed using the omnibus updater. The second chef-solo run installs vim and phantomjs. Much more is possible, this is a proof of concept. Cookbooks are stored in the chef directory, and managed by librarian-chef, which is like a bundler for cookbooks. Chef is run when VM is first downloaded and booted, but not on subsequent halt/up cycles. To force chef to run again, use `vagrant provision`.
2013-02-07 14:09:57 -05:00
source :rubygems
Update the omnibus_updater chef recipe
2013-07-05 10:56:57 -04:00
gem 'vagabond'
Reference in a new issue
Copy permalink