/php7-centos7-mysql5.6

One liner to install php 7, mysql 5.6, apache 2.4, drush and drupal on centos 7

Primary LanguageShell

php7-centos7-mysql5.6

Completely experimental... DON'T USE IN PRODUCTION

With that being said here's a one liner to get you started with this bleeding edge environment

yum install git -y;git clone https://github.com/bradallenfisher/php7-centos7-mysql5.6.git; cd php7-centos7-mysql5.6; chmod 700 install.sh; ./install.sh

How to use this

  • log into a "FRESH" virtual machine from Linode or Digital Ocean
  • run the one liner from above... dunzy!