Skip to content

Totsy/Totsy-Vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up a PHP development box super fast

Installation

  • 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 up the 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

Hints

Clearing out an instance

To get a fresh instance, simply run

$ vagrant destroy

then

$ vagrant up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors