10 Commits

Autor SHA1 Mensagem Data
Rafael Lima 544e8de462 updates Vagrantfile to install ruby 2.1.0 2014-01-17 00:43:28 -05:00
Luiz Fonseca ff91223c83 Add comments to Vagrant file
Because documentation is good.
2013-03-05 02:34:51 -03:00
Luiz Fonseca cbcda34b1b Improvements on Vagrant file. 2013-03-01 01:53:19 -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 231f3d8164 Fix export=DISPLAY and add the catarse's config rake task to the inline shell. 2013-02-20 12:30:09 -03:00
Luiz Fonseca 11d9b23c9b Cleanup on Vagrantfile. 2013-02-20 12:21:00 -03:00
Luiz Fonseca a178cd831d Add support for Cucumber features running on Vagrant
This allow cucumber tests to run on the local machine using firefox.
2013-02-20 12:15:09 -03:00
Luiz Fonseca 7c7b743ca3 Increase memory amount for the VM utilization on Vagrantfile. 2013-02-20 03:41:33 -03:00
Luiz Fonseca a7d5959a66 Fix wrong command to start the server using the inline shell. 2013-02-20 03:07:50 -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