# Mulitple localhost bedrock sites

**URL:** https://discourse.roots.io/t/mulitple-localhost-bedrock-sites/3851
**Category:** bedrock
**Created:** 2015-05-22T06:05:55Z
**Posts:** 4

## Post 1 by @Ivan_Svaljek — 2015-05-22T06:05:56Z

Sorry if it’s been asked/documented before, but I’m new to git and bedrock, and was wondering what is the suggested way of cloning/running multiple bedrock sites on local/development box?  
Should I clone mulitple bedrock repos into a separate parent folder?

---

## Post 2 by @mZoo — 2015-05-22T16:31:55Z

I’m still quite vague on Bedrock, but [this](https://discourse.roots.io/t/multiple-sites-on-one-vagrant-box-with-bedrock-ansible/3385) thread, which is about Bedrock-Ansible may offer some insight.

---

## Post 3 by @swalkinshaw — 2015-05-22T17:51:52Z

If you already have a development environment set up than I’d just clone/download multiple versions into your top level “sites” directory.

---

## Post 4 by @evanfuture — 2015-05-22T21:05:27Z

I’m having good results (finally), putting the main or first site in the “site” folder alongside the “ansible” folder (as it is in the [example-project repo](https://github.com/roots/roots-example-project.com)). Then, I create the other sites in their own folders on the same level as “site” and “ansible”, and add their code to the ansible files that need it.

It took a bit to get right (indentation matters in the group\_vars files), but now its going quite well.
