# How to manage multiple projects and keep up-to-date versions of Roots

**URL:** https://discourse.roots.io/t/how-to-manage-multiple-projects-and-keep-up-to-date-versions-of-roots/4202
**Category:** archived 🗄
**Created:** 2015-07-07T20:00:08Z
**Posts:** 8
**Showing post:** 2 of 8

## Post 2 by @evanfuture — 2015-07-08T02:33:43Z

I’ve been working hard these past few days to migrate **away** from WPEngine, moving to DigitalOcean, so I can’t help you there, but as to the dev questions:

The VirtualBox Vagrant images should stay running so long as you don’t restart the computer, but the last time I checked, you couldn’t run multiple ones at the same time without editing the ip address during setup, and I was never sure how to do that. So my workflow is to cd into the directory of the site I’m not working on, _vagrant suspend_, then cd into the folder I am working on, _vagrant up_.

You could create a bash script that does it all for you, maybe take some variables to begin (site to suspend, site to launch), and save yourself some typing.

As to developing with Sage, I still find this hard to deal with, I think at a certain stage, you just need to let go of keeping it inline with the repo, and make it work for you. Anyone else have input?

---

_[View the full topic](https://discourse.roots.io/t/how-to-manage-multiple-projects-and-keep-up-to-date-versions-of-roots/4202)._
