triggertoo / bsy_vagrant_box

BSY vagrant box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSY Vagrant Box for OS X & Windows

Install VirtualBox and Vagrant

Get Virtualbox from https://www.virtualbox.org/wiki/Downloads

Afterwards Vagrant from here http://downloads.vagrantup.com/

Install X11 (Mountain Lion only)

If you're running Mountain Lion you need to install X11 first, then logout and log back in http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.4.dmg

Get the BSY Box

You can either checkout this repo with git or download the zip file here.

###Share your local drive Edit the Vagrantfile to map /vagrant to the folder where you have your BSY content

main_config.vm.share_folder "bsy", "/vagrant", "/Users/nicam/Dropbox/ZHAW/BSY", :nfs => !Kernel.is_windows?

###Run the vagrant box cd /Path/to/where/you/put/it vagrant up

###Connect to the box

vagrant ssh
cd /vagrant

###Open ddd debug with X11 forwarding

sh open_ddd.sh

About

BSY vagrant box


Languages

Language:C 90.7%Language:Objective-C 3.4%Language:C++ 2.8%Language:Ruby 1.9%Language:Puppet 0.9%Language:Shell 0.2%