Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Vagrant Configuration #537

Closed
wants to merge 1 commit into from
Closed

Vagrant Configuration #537

wants to merge 1 commit into from

Conversation

wcluijt
Copy link

@wcluijt wcluijt commented Apr 29, 2013

Added Vagrant configuration files based on the discussion from #407.

This configuration uses the Ubuntu precise32 base box used throughout the Vagrant documentation (such as http://docs.vagrantup.com/v2/getting-started/index.html). It also uses Puppet modules retrieved by a script from the http://forge.puppetlabs.com/puppetlabs list.

@hacfi
Copy link

hacfi commented Jun 21, 2013

@wcluijt Thanks for the contribution! I really like the idea of having a Symfony Standard Edition Vagrant config but I’m not sure if it should be part of this repository.

What do you think about adding this to symfony/symfony-docs under cookbook/workflow / http://symfony.com/doc/current/cookbook/workflow/index.html ?

@wcluijt
Copy link
Author

wcluijt commented Jun 23, 2013

@hacfi I have created an initial cookbook article with this pull request at the Symfony docs repo: symfony/symfony-docs#2760

# Configure php.ini to follow recommended Symfony web/config.php settings

file_line { 'php5_apache2_short_open_tag':
path => '/etc/php5/apache2/php.ini',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to create new file in /etc/php5/conf.d and apply common settings there

@toaotc
Copy link

toaotc commented Nov 27, 2013

👎 for integration into this repository.

Vagrant configuration is really a cool feature.
But there are many dependencies to the users environment. I believe you will not find a single solution that covers more than 50% of people needs:

some decisions to make f. e.:

  • puppet
  • chef
    • chef-solo
      • librarian-chef
    • chef-server

👍 👍 for external project.

@pocky
Copy link

pocky commented Mar 13, 2014

👎 for this pull request.

I use Debian with Nginx and MongoDB and I don't want to say to my developers "hey guys, every-time you will clone symfony-standard, don't forget to remove the vagrant files and copy our configuration". It will works 2 or 3 weeks and then...

@fabpot
Copy link
Member

fabpot commented Mar 13, 2014

I'm closing now as there are too many flavors to make it useful enough.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants