Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

Readme.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

Vagento (Vagrant & Magento)

The goal of this project is to use the least possible number of steps to set new project with Vagrant and Magento or WordPress.

This project will help you setup Vagrant, install Magento 1.9 or the latest WordPress, and set local environment on your machine as starting point for development.

Make sure you have following installed

Once you have everything installed, setting up your Magento or WordPress project will be a piece of cake.

Use simple setup steps

  • Make a project directory mkdir projectname && cd projectname
  • Run curl https://raw.githubusercontent.com/stuntcoders/vagento/master/vagento.sh | bash in your terminal
  • Follow instructions from output to setup Vagrant and install Magento

Magento and Vagrant are set

You can now use following data to access database or Magento administration:

User Password
MySQL vagentouser password
Admin admin sc123123

To ssh to your virtual box use vagrant ssh, and go to cd /vagrant. This is where your Magento is installed.