To configure for your needs please edit Vagrant file. Simple checkout this repository and then run the command
vagrant up
[Recommended terminal for windows][1] [1]: http://conemu.github.io/
ran this command before vagrant up
in an admin command prompt on windows :
fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1
then go to your project dir and run as admin. More info why hashicorp/vagrant#713
vagrant up
This will install
- Ubuntu 14.04 x64
- Apache
- Ruby
- SASS
- COMPASS
- Bootstrap-sass
- Composer
- PHP 5.5
- MySQL 5.5
- SQLite
- Elastic Search and ElasticHQ
- Memcached
- Nodejs
By default this vagrant starting with GUI, so no need to connect to the server via SSH. Default login is
User: vagrant
Pass: vagrant
Login to the server using SSH
user: vagrant
host: 127.0.0.1
port: 2222
ssh url: ssh://[email protected]:2222
please use the --poll setting in watch command see: Compass/compass#394
compass watch /vagrant --poll
Scripts for installing tools is used from https://github.com/fideloper/Vaprobash