# Discourse development installation non-vagrant

**URL:** https://meta.discourse.org/t/discourse-development-installation-non-vagrant/43630
**Category:** Self-hosting
**Created:** [5월 3, 2016, 6:42오후 UTC](https://meta.discourse.org/t/discourse-development-installation-non-vagrant/43630 "2016-05-03T18:42:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![thejars](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thejars/32/121817_2.png) [@thejars](https://meta.discourse.org/u/thejars)
#### Post date: [5월 3, 2016, 6:42오후 UTC](https://meta.discourse.org/t/discourse-development-installation-non-vagrant/43630/1 "2016-05-03T18:42:33Z")

</div>

Relatively new to discourse and docker. I have a home lab and would just assume stand up a development server in ESXi than on my local machine. I really just want this set up to play around with plugins. Can I make changes within the docker directories on a full install (like this one [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)) and will those change persist if/when I rebuild the app? Thanks for any help.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [5월 3, 2016, 7:55오후 UTC](https://meta.discourse.org/t/discourse-development-installation-non-vagrant/43630/2 "2016-05-03T19:55:18Z")

</div>

Docker is for production.

For development you use:

- [Beginner (Vagrant)](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md)

- [Advanced](https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md)

Both links are on the project Readme…

---

<div class="post-metadata">

### Author: ![thejars](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thejars/32/121817_2.png) [@thejars](https://meta.discourse.org/u/thejars)
#### Post date: [5월 3, 2016, 8:16오후 UTC](https://meta.discourse.org/t/discourse-development-installation-non-vagrant/43630/3 "2016-05-03T20:16:26Z")

</div>

Yep, I have since posting this found that guide. Just what was needed, thanks!
