3 Commits

Autor SHA1 Mensagem Data
Luiz Fonseca 552f133cc6 Fix display :99.0 not being configured on Vagrant
Everything just works.
2013-02-26 23:00:58 -03:00
Luiz Fonseca 0bb56a4b42 Add Vagrantfile optimizations
Change default ruby version to the latest 1.9.3 patch release
(1.9.3-p392) and also install de 2.0.0 version for testing purposes.

Install set_locale cookbook, which automatically install UTF-8 locale
on the machine to avoid PostgreSQL LATIN1 error when creating a
database. This cookbook already includes postgresql but is necessary to
put the pg cookbook on the Chefile.

Remove postgres database configuration as we're now doing this through
the rake db:create task (much better, btw).

Add heroku gem. This will allow deployments using the virtual machine.

Add X Virtual Frame Buffer (XVFB) to run cucumber features on a
headless environment.
2013-02-25 17:27:06 -03:00
Luiz Fonseca 2c78c6a8d7 Add Vagrantfile and Librarian-chef Cheffile
Create Vagrantfile to allow Vagrant boxes of catarse and
Cheffile to handle the cookbooks installation.
2013-02-20 03:05:48 -03:00