Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonevans1/vagrant-magento
Vagrant project for Magento
https://github.com/jasonevans1/vagrant-magento
Last synced: 3 months ago
JSON representation
Vagrant project for Magento
- Host: GitHub
- URL: https://github.com/jasonevans1/vagrant-magento
- Owner: jasonevans1
- Created: 2011-05-28T16:46:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T14:08:16.000Z (almost 11 years ago)
- Last Synced: 2024-06-30T18:10:36.098Z (4 months ago)
- Language: Puppet
- Homepage:
- Size: 182 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento - Jasonevans1 Vagrant - Another Vagrant project for Magento (Vagrant Files / Full Page Caching)
README
Provides a foundation for developing with Magento Commerce in a Vagrant box. The machine is based on CentOS 6.4.
==== List of installed software.
* Magento Community Edition - 1.8.0.0
* MariaDB 5.5
* Zend Server 6.1 - PHP 5.4
* phpunit==== The settings used to install Magento are in the file: puppet/modules/magento/manifests/init.php.
* Magento admin user: admin
* Magento admin password: secret123
* Database username: magento
* Database password: secret==== Vagrant Information ====
The Vagrantfile has been setup to use Vagrant 1.2.2. It is setup with bridged networking and forwarding ports 80, 10081 and 3306.==== Zend Server 6 Information ====
You will need to optain a free license key from zend.com otherwise the enterprise trial will expire.[Ruby](http://ruby-lang.org) and [Vagrant](http://vagrantup.com) and VirtualBox are prerequisites.
==== AWS Vagrant Provider ====
The AWS vagrant provider configuration template is in the Vagrantfile. It has been tested on a Centos 6.4 AMI. Add your AWS information and a Centos 6.4 AMI. Follow these instructions https://github.com/mitchellh/vagrant-awsThe Centos AMI will need to have puppet installed, a vagrant user and a vagrant_data folder before it is provisioned. Run the puppet/manifests/centos_aws.pp manifest and create a AMI. Use this AMI in your Vagrantfile.
Note: The config.vm.synced_folder setting in the Vagrantfile is not supported with the AWS Vagrant provider.