Ed Gibbs
b3b34314b6
FIX: Update vagrant box for ruby and phantomjs versions
...
These updates are needed to successfully run tests on the
vagrant box.
2015-01-12 06:36:48 -08:00
Ed Gibbs
e7c07d10c0
FIX: Issue with Vagrant image failing specs.
...
Update chef recipe to use Ruby 2.1, since 2.0.0 was very buggy
2015-01-05 18:49:08 -08:00
Akshay
7ef61144e7
Avoid using to_s when performing String Interpolation
2014-08-14 23:55:27 +05:30
Kai Schaper
575f9635f3
add Chef recipe for ImageMagick
2014-05-28 14:59:06 +02:00
Neil Lalonde
55ed32d42e
A failed attempt to upgrade ruby in the vagrant image using chef. Everything works except setting the default ruby. The command is successful, but doesn't change the default ruby. Stumped.
2014-01-08 14:46:15 -05:00
Neil Lalonde
0e7f2bc3a9
FIX: vagrant up may fail when copying redis.yml. we don't need to copy it anymore.
2014-01-07 11:34:43 -05:00
Neil Lalonde
1dc0f34c46
Remove database.yml from vagrant chef cookbook. Don't need to copy database.yml anymore.
2014-01-06 13:42:34 -05:00
Sam
887ac10013
get rid of cache db, not needed
2014-01-06 12:24:11 +11:00
Neil Lalonde
f7f9406b83
Update the omnibus_updater chef recipe
2013-07-05 10:56:57 -04:00
David Paquet
6243965c64
Change CHEF Omnibus cookbook base_uri attribute because Opscode as migrated their omnibus S3 bucket.
2013-06-05 23:44:25 -03:00
Neil Lalonde
4d237c46a0
Add Java to vagrant image using chef
2013-03-21 18:51:33 -04:00
Robin Ward
ddff23cc27
Updated Vagrantfile to support Vagrant 1.1.2 - you will probably need to download
...
Vagrant again! http://downloads.vagrantup.com/
2013-03-20 22:14:26 -04:00
Gosha Arinich
cafc75b238
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
Robin Ward
3875806315
Introduction of Chef to Vagrant. Removed redis.yml and database.yml. Also updated
...
instructions a lot, and included setup instructions for provisioning your own VM.
Closes #28 and #61 .
2013-02-12 11:18:59 -05:00
Elliot Murphy
f3bcbd8bc3
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