taiga-vagrant
taiga-vagrant copied to clipboard
how to keep the vagrant instance up to date?
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
You are completely right! I mark it as a bug.
Thanks for report it!
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.
Reprovisioning is almost ready on taiga-scripts repo (the vagrant repo does not need changes, I'll try to release them in few days.