Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 840 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 840 Bytes

Testing Vagrant setup

Usage

  • Install Virtualbox
  • Install Vagrant
  • Clone this repository
  • Open command line on it's directory, command
    • vagrant up --provision

After startup, the www-directory is available at http://127.0.0.1:4567/

Note that ssh vagrant will take you to /home/vagrant, whereas the shared directory is at /vagrant.

Done

  • Apache2
  • PHP5.x, Pear, xdebug, mcrypt, some other tools
  • MongoDB & PHP driver
  • Ruby & Rubygems
  • SASS & Compass
  • MySQL
  • Node.js & npm
  • Bower
  • Grunt

Todo

  • Composer

  • Parameters

  • Test compass, mongo etc.

  • Sync database(s) ?

  • 64-bit Ubuntu & Mongo

Sources