mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 22:45:27 +00:00
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`.
7 lines
85 B
Markdown
7 lines
85 B
Markdown
phantomjs CHANGELOG
|
|
===================
|
|
|
|
v.0.0.6
|
|
-------
|
|
- Initial CHANGELOG created
|