- Install vagrant using the installation instructions in the Getting Started document
- Add a CentOS 6 box using this recommended box, for example:
vagrant box add totsy http://totsy:d3v@chris.totsy.com/totsy.box(make sure it's named totsy) - Clone this repository
- Install submodules with
git submodule update --init - Add an entry in your /etc/hosts file:
192.168.33.10 www.totsy.local totsy.local - Install vagrant mirror following the instructions on its Readme
- After running
vagrant upthe box is set up using Puppet - You should now have your working Totsy dev environment under http://www.totsy.local
- Admin is located at http://www.totsy.local/admin. User: admin, Pass: admin
- The code repository is located at www/Totsy-Magento
Clearing out an instance
To get a fresh instance, simply run
$ vagrant destroy
then
$ vagrant up