Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/magento-vagrant
Repository created for setting up and configuring a magento install
https://github.com/joshuaestes/magento-vagrant
Last synced: 1 day ago
JSON representation
Repository created for setting up and configuring a magento install
- Host: GitHub
- URL: https://github.com/joshuaestes/magento-vagrant
- Owner: JoshuaEstes
- License: other
- Created: 2014-07-18T15:30:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T01:30:56.000Z (about 9 years ago)
- Last Synced: 2024-11-08T05:41:48.965Z (about 2 months ago)
- Language: Puppet
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
joshuaestes/magento-vagrant
===========================This repository is for quickly setting up a magento installation on a vagrant
box.# Requirements
* [Virtual Box](https://www.virtualbox.org/)
* [Vagrant](http://www.vagrantup.com/)# Installation
You will need to update your hosts file, make sure you add `www.localhost.com`
to use 127.0.0.1```conf
# /etc/hosts
127.0.0.1 localhost www.localhost.com
``````bash
git clone https://github.com/JoshuaEstes/magento-vagrant.git
cd magento-vagrant
curl -sS https://getcomposer.org/installer | php
php composer.phar install
vagrant up
php bin/phing vagrant:mage:install
```Next, open up your browser to http://www.localhost.com:8080
# Configuration
You can edit `n98-magerun.yaml` to change some of the default settings.