Skip to content

A shell script to bootstrap a Vagrant machine based on Ubuntu 14.04 Trusty 64 bit for developing Magento CE projects.

License

Notifications You must be signed in to change notification settings

fvanzani/vagrant-ubuntu-trusty-magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Vagrant Ubuntu 14.04 Magento (beta)

A shell script to bootstrap a Vagrant machine based on Ubuntu Trusty 64 bit for developing Magento CE projects.

  • Create a simple base Magento CE 1.9 installation on a development machine
  • Runs Ubuntu Trusty 14.04 LTS 64 bit
  • Web Server Apache
  • Mysql v 5.6
  • PHP v 5.x (5.5)
  • Magento CE v 1.9.1.0
  • Install tools like composer and n98-magerun
  • File composer.json ready to use
  • Install webmin for server administration

Prerequisites

Install on your machine:

  • Vagrant
  • VirtualBox

Install

git clone https://github.com/wansoft/vagrant-ubuntu-trusty-magento.git
cd vagrant-ubuntu-trusty-magento
vagrant up

You can optionally change some magento settings in '_config.sh' before provisioning.

Usage

From yuor machine point your browser to:

Magento login: admin / demo123

Webmin login: vagrant / vagrant

Access you virtual machine using 'vagrant ssh'.

About

A shell script to bootstrap a Vagrant machine based on Ubuntu 14.04 Trusty 64 bit for developing Magento CE projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages