vagrant-php-template
vagrant-php-template copied to clipboard
Vagrant and Ansible configuration to build a lamp stack on ubuntu 14.04 trusty64 or 12.04 precise64. The purpose of this repository is to create an essential vagrant for PHP development.
Ensure that Git is properly configured to handle "cross operating system" files configuration (i.e: file line endings) https://help.github.com/articles/dealing-with-line-endings/
In a similar way to PR ideatosrl/vagrant-php-template/pull/8 it could be useful to define a task which copies some ssh configurations (config and keys) in the vm I tried to use...
On vagrant up php-fpm service not start.
On branch [centos](https://github.com/ideatosrl/vagrant-php-template/tree/centos), I had to add these parameters in my.cnf in order to have all the characters correctly encoded in the database: ``` collation-server = utf8_general_ci character-set-server = utf8...
when run ```npm --vesrsion``` : ```module.js:471 throw err; ^ Error: Cannot find module 'semver' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/usr/lib/node_modules/npm/lib/utils/unsupported.js:2:14) at...
I'd like to propose a slightly modified layout for hosting several apps inside the vm by adding a www directory mounted on /var/www inside the vm. The resulting layout would...
The script [install-ansible.sh](https://github.com/ideatosrl/vagrant-php-template/blob/centos/Vagrantfile#L41) runs a yum update several times even though is not needed after ansible and its dependencies are installed. We could avoid that by testing ansible and its...
PHP7 Mysql 5.6 Nginx instead of Apache Remove phpunit and idephix