# Can install Discourse with railsinstaller on windows?

**URL:** https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299
**Category:** Self-hosting
**Created:** [13.Март.2015 16:32:58 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299 "2015-03-13T16:32:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Qasem\_h](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/qasem_h/32/155935_2.png) [@Qasem\_h](https://meta.discourse.org/u/Qasem_h)
#### Post date: [13.Март.2015 16:32:59 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299/1 "2015-03-13T16:32:59Z")

</div>

Hi  
can i install discourse in windows whit railsinstaller ?

> **[RailsInstaller — Install Ruby on Rails on Windows & Mac](https://hotframeworks.com/railsinstaller-org/)**
>
> What RailsInstaller was, how to install Ruby on Rails today, and the original archived downloads.

or

> **[Passenger - Enterprise grade web app server for Ruby, Node.js, Python](https://www.phusionpassenger.com)**
>
> Passenger is a rock-solid, feature-rich web app server that integrates with Apache and Nginx. Serve millions of customers with confidence

---

<div class="post-metadata">

### Author: ![hunterboerner](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hunterboerner/32/114646_2.png) [@hunterboerner](https://meta.discourse.org/u/hunterboerner)
#### Post date: [13.Март.2015 17:22:55 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299/2 "2015-03-13T17:22:55Z")

</div>

Docker install is the only supported way to install Discourse. That must be done on Linux since it requires Linux Containers (LXC).

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [13.Март.2015 21:31:35 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299/3 "2015-03-13T21:31:35Z")

</div>

The main technical reason that Discourse can’t be run on Windows is that it uses gem native extensions, such as nokogiri (which takes the longest to compile 😠)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [13.Март.2015 22:10:45 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299/4 "2015-03-13T22:10:45Z")

</div>

Rails basically does not work on Windows, you will run into many problems. See the other topics here about Windows. Use a VM and Linux.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [13.Март.2015 22:10:48 UTC](https://meta.discourse.org/t/can-install-discourse-with-railsinstaller-on-windows/26299/5 "2015-03-13T22:10:48Z")

</div>


