Vagrant-LAMP-Stack
Vagrant-LAMP-Stack copied to clipboard
A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.
Hi, Thank you for sharing it helped me a lot. I'm testing the project on a Ubuntu 14.04 and the web_app.conf.erb misses a "Require all granted", else the vhost displays...
``` ==> projectname: Configuration file `/etc/apache2/mods-available/php5.conf' ==> projectname: ==> Modified (by you or by a script) since installation. ==> projectname: ==> Package distributor has shipped an updated version. ==> projectname:...
I think I almost got this thing working, but right at the end, it fails: ``` Error executing action `install` on resource 'package[php5-cgi]' ``` ``` ==> cider: [2014-10-18T13:41:18+00:00] INFO: Forking...
After running `vagrant up` I get an error about mysql cookbook, but I don't know how to fix it. ``` ==> projectname: Recipe Compile Error ==> projectname: ================================================================================ ==> projectname:...
Just getting errors. 2 month before it was working :( 1. ==> tuto: stdin: is not a tty 2. ==> tuto: Error executing action `install` on resource 'package[php5-dev]' ... 3....
The error message and Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. Permission denied (publickey). appear, when trying to clone the...
mysql_service[default](mysql::server line 20) had an error: Chef::Exceptions::Exec: service[mysql](/tmp/vagrant-chef-3/chef-solo-1/cookbooks/mysql/libraries/provider_mysql_service_ubuntu.rb line 59) had an error: Chef::Exceptions::Exec: /sbin/start mysql returned 1, expected 0
I tend to use Librarian-Chef over Berkshelf, so I added support for it. This works when I comment out the postfix cookbook in both the Vagrantfile and Cheffile, per issue...