# How to put discourse on a web host

**URL:** https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590
**Category:** Self-hosting
**Created:** [March 22, 2018, 8:31pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590 "2018-03-22T20:31:09Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![NADMIN](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nadmin/32/120190_2.png) [@NADMIN](https://meta.discourse.org/u/NADMIN)
#### Post date: [March 22, 2018, 8:31pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/1 "2018-03-22T20:31:09Z")

</div>

How to put discourse on a web host  
Hosting : [https://obambu.com/](https://obambu.com/)  
GB : 5G  
If there is a way - could you please give me a step by step way to do it?  
I am new to all this stuff (so if you could use simple terms that would be great!)

Also, if there is anything else I should know about discourse, please let me know.

Thanks a heap!

---

<div class="post-metadata">

### Author: ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)
#### Post date: [March 22, 2018, 8:57pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/2 "2018-03-22T20:57:24Z")

</div>

Discourse won’t run on a webhosting platform. You need a VPS, e.g. [Website creation, Web Hosting, Email, Server | Obambu](https://obambu.com/en/cloud/)

---

<div class="post-metadata">

### Author: ![NADMIN](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nadmin/32/120190_2.png) [@NADMIN](https://meta.discourse.org/u/NADMIN)
#### Post date: [March 24, 2018, 2:06pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/3 "2018-03-24T14:06:50Z")

</div>

I can not install it normally? Why not to do as wordpress, or flarum?

---

<div class="post-metadata">

### Author: ![dnsmichi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dnsmichi/32/379505_2.png) [@dnsmichi](https://meta.discourse.org/u/dnsmichi)
#### Post date: [March 24, 2018, 2:12pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/4 "2018-03-24T14:12:21Z")

</div>

The container application is way more reliable for both sides, the developers and the users imho.

---

<div class="post-metadata">

### Author: ![NADMIN](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nadmin/32/120190_2.png) [@NADMIN](https://meta.discourse.org/u/NADMIN)
#### Post date: [March 24, 2018, 2:21pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/5 "2018-03-24T14:21:04Z")

</div>

> [@dnsmichi](#):
>
> The container application is way more reliable for both sides, the developers and the users imho. See that current discussion here:
> 
> ```
> What is the requirement for installing discourse?
> 
> ```

so we can not ? or yes ?  
I really like your service! But I can not buy a VPS server because I buy a host for 10 years! And it’s really losing money!

---

<div class="post-metadata">

### Author: ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)
#### Post date: [March 24, 2018, 2:30pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/6 "2018-03-24T14:30:09Z")

</div>

> [@NADMIN](#):
>
> so we can not ? or yes ?

I already answered that question.

Note that you can continue using your hosting service for as long as you want without any changes. Your discourse forum is technically entirely separate.

---

<div class="post-metadata">

### Author: ![NADMIN](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nadmin/32/120190_2.png) [@NADMIN](https://meta.discourse.org/u/NADMIN)
#### Post date: [March 24, 2018, 2:32pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/7 "2018-03-24T14:32:51Z")

</div>

Yes, but you can not another version of discourse for hosting

---

<div class="post-metadata">

### Author: ![dnsmichi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dnsmichi/32/379505_2.png) [@dnsmichi](https://meta.discourse.org/u/dnsmichi)
#### Post date: [March 24, 2018, 5:26pm UTC](https://meta.discourse.org/t/how-to-put-discourse-on-a-web-host/83590/8 "2018-03-24T17:26:19Z")

</div>

The difference here is that Discourse is not a web app you would just put into a directory, start Apache, and that’s it. Instead it provides its own full stack and as such requires multiple applications being run (PostgreSQL, Redis, Nginx, etc.). This ensures that the user and admin experience is a breeze, using modern web technologies.  
The supported way of running Discourse is inside a Docker container, and that requires you to have full root access to your host.

Look at the various hosting offers e.g. from Digital Ocean. They are not too expensive, and you can try things out first. Or you’ll go with a hosted Discourse offer if you don’t want to run a server yourself.
