macfisher / magento-vagrant-PHP55

A Vagrant setup based on rbayliss/PHP55 for web apps that need older PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magento-vagrant-PHP55

This is a Vagrantfile setup for deploying the rbayliss/PHP55 Vagrantbox. It is good for web applications like Magento 1 that require PHP 5.5.

Setup

Copy any conf files to be enabled on the VM into the conf.d folder. Next, run vagrant up --provision to make sure the provisioning inline-shell code is run that enables the httpd conf, provides the n98-magerun command, and other important setup.

Features

Some common commands, like ifconfig and apachectl require sudo to run but won't need a password, which should still be vagrant.

You can run the ww command to enter a bash shell as the www-data user.

About

A Vagrant setup based on rbayliss/PHP55 for web apps that need older PHP.