This cookbook installs Apache, PHP, MySQL sever and required modules for deployment of Magento. It configures Apache VirtualHosts, optionally imports Magento sample data and creates an admin user. Designed for use with Vagrant.
It's a work in progress; currently only tested on Mac OS X 10.8 and Windows 7 x64. Used with https://github.com/rjocoleman/vagrant-magento-mirror
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Ubuntu
vagrant_magento
, default recipe.
Check attributes/default.rb
for attribute and defaults.
- File bug reports via GitHub issues.
- Pull requests are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Cross platform compatibility RHEL/Centos/ZendServer guests.
- BYO DB.
- BYO local.xml
- clear admin notifications?
- Magento localhost admin login cookie issue on some browsers. i.e. http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/
- Potential solutions; use hostname with dots in it or override the core code that presents the issue.
-
Author:: Robert Coleman github@robert.net.nz
-
Copyright:: 2012
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.