rjocoleman / vagrant-magento-mirror

Magento (stock) Mirror with support files for Vagrant and Chef. Useful for testing extensions in a clean environment.
Open Software License 3.0
6 stars 4 forks source link

Note: There are modifications from a standard Magento release in this repo.
For a clean stock Magento mirror: https://github.com/LokeyCoding/magento-mirror

Magneto Mirror (Vagrant development/testing environment)

Designed to be a fresh install of Magento, with the minium of variation from a standard package, for rapid depoloyment of a minimal environment for development and extension testing.
This is in a working state for my purposes, but it should not be considered complete or bug free.
This has only been tested with Mac OS X 10.8 and Windows 7 x64.

Features

Requirements

Variations from stock Magento

Installation

Usage

Further docs on Vagrant at vagrantup.com

Known Issues:

Configuration

These are some of the settings available. Default values are noted
These are from the vagrant_magento cookbook.

These can be placed inside your Vagrantfile in chef.json e.g.

chef.json = { 'vagrant_magento' => {
  'phpinfo_enabled' => true,
  'mage_check_enabled' => true,
  'sample_data' => { 'install' => true },
  'config' => { 'install' => true },
  'admin' => { 'admin_username' => 'robert', 'admin_password' => 'badpass1' }
  }

Contributing

Todo

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.