cytec / spksrc-vagrant

6 stars 1 forks source link

Shared folders #7

Open Decipher opened 9 years ago

Decipher commented 9 years ago

Ideally I'd prefer to use my local IDE to work on my SPKSRC projects, so it'd be nice if the SPKSRC git repo folder was kept outside of the Vagrant machine as a shared folder... however I have had issues trying to get this to work in the past.

cytec commented 9 years ago

The main idea behind this is: Use this as Production VM... AND/OR give the user the ability to quickly compile packages on his own (older versions etc)... if you'd like to develop new packages you'll probably want to change files remotely to test and stuff but that'll be a new VM in my opinion...

if you still want to have access to spksrc outside your VM you'll still able to make a shared folder for that by yourself.. after everything is set up and running, close your VM and add this line:

config.vm.synced_folder "spksrc/", "/home/vagrant/spksrc", create: false

that should give you access to the whole spksrc folder