taiga-vagrant icon indicating copy to clipboard operation
taiga-vagrant copied to clipboard

how to keep the vagrant instance up to date?

Open hanoii opened this issue 10 years ago • 3 comments

Once you have the vagrant up, what's the proper way of keeping up with code chagnes? What should be updated on it?

I think this worth documenting on the readme.md

hanoii avatar Oct 04 '14 20:10 hanoii

You are completely right! I mark it as a bug.

Thanks for report it!

niwinz avatar Oct 05 '14 18:10 niwinz

I think the better approach is, in your side, to pull updates from taiga-vagrant repo and reprovision you instance:

git pull origin master
vagrant up --provision

and in our side, to add a script that takes care of the update when you re-provision your instance. Doing that shouldn't be too difficult.

anler avatar Oct 05 '14 20:10 anler

Reprovisioning is almost ready on taiga-scripts repo (the vagrant repo does not need changes, I'll try to release them in few days.

niwinz avatar Nov 04 '14 09:11 niwinz