https://github.com/enderandpeter/magento-vagrant-php55
A Vagrant setup based on ubuntu/trusty64 for web apps, such as Magento 1, that need older PHP.
https://github.com/enderandpeter/magento-vagrant-php55
apache magento magento1 mysql-server php php5 php55
Last synced: about 2 months ago
JSON representation
A Vagrant setup based on ubuntu/trusty64 for web apps, such as Magento 1, that need older PHP.
- Host: GitHub
- URL: https://github.com/enderandpeter/magento-vagrant-php55
- Owner: enderandpeter
- Created: 2017-02-01T18:53:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T19:50:28.000Z (about 9 years ago)
- Last Synced: 2025-01-19T18:43:46.081Z (over 1 year ago)
- Topics: apache, magento, magento1, mysql-server, php, php5, php55
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# magento-vagrant-PHP55
This is a Vagrantfile setup for deploying the [ubuntu/trusty64](https://atlas.hashicorp.com/ubuntu/boxes/trusty64/) Vagrantbox. It is good for web frameworks like [Magento 1](https://magento.com/tech-resources/download) 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](https://github.com/netz98/n98-magerun) command, and other important setup.