dirkaholic / vagrant-php-dev-box

PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
477 stars 141 forks source link

Apache and sass/compass #1

Closed codecowboy closed 12 years ago

codecowboy commented 12 years ago

I would be interested in helping to add Apache and compass/sass. I would be grateful for any pointers on how to do this - I am new to Vagrant but not php/symfony

dirkaholic commented 12 years ago

We should definitely use an existing module like https://github.com/example42/puppet-apache . I created a branch where I committed the use of this module, but it's totally untested. Maybe you could checkout this branch and try it. As it uses git submodules now you should update them ;-)

Here is what I changed: https://github.com/dirkaholic/vagrant-php-dev-box/commit/0478dbf12701cc22f256327535face0397519d09

dirkaholic commented 12 years ago

I tested and updated my apache branch and merged it to master. Apache and nginx are installed parallel now.