# Installing on cPanel based host

**URL:** https://meta.discourse.org/t/installing-on-cpanel-based-host/27848
**Category:** Self-hosting
**Created:** [April 23, 2015, 3:04am UTC](https://meta.discourse.org/t/installing-on-cpanel-based-host/27848 "2015-04-23T03:04:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![anthonyalvarez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anthonyalvarez/32/116005_2.png) [@anthonyalvarez](https://meta.discourse.org/u/anthonyalvarez)
#### Post date: [April 23, 2015, 3:04am UTC](https://meta.discourse.org/t/installing-on-cpanel-based-host/27848/1 "2015-04-23T03:04:12Z")

</div>

Thank you for this great software.  
Can Discourse be installed on a host running cPanel?  
Ruby and rails have been installed to the server.  
The versions are as follows:

[root@host2 ~]# ruby --version  
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86\_64-linux]

[root@host2 ~]# gem list --local | grep -i rails  
rails (2.3.18, 2.3.14)

What is best practice to install an open source ruby app: use cPanel ruby on rail interface or SSH?  
Any clues appreciated.

---

<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: [April 23, 2015, 3:05am UTC](https://meta.discourse.org/t/installing-on-cpanel-based-host/27848/2 "2015-04-23T03:05:49Z")

</div>

The only supported way to install is via SSH using Docker on a VPS, per our [official install](https://meta.discourse.org/t/142537?silent=true) guides. The cpanel method will not work.

---

<div class="post-metadata">

### Author: ![elberet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elberet/32/122404_2.png) [@elberet](https://meta.discourse.org/u/elberet)
#### Post date: [April 23, 2015, 10:17am UTC](https://meta.discourse.org/t/installing-on-cpanel-based-host/27848/3 "2015-04-23T10:17:53Z")

</div>

Normally, I’m a staunch defender of unsupported Discourse installations because I think it’s fun and educational _if_ you can wrap your head around the concepts that are involved, but…

![](https://global.discourse-cdn.com/meta/original/3X/8/0/808608b78835184c019a2187f79bb876a8fdd639.gif)

This isn’t going to work. For starters, your Ruby and Rails are both _ **ancient** _. I have no idea what distro that server is running apart from cPanel, but with software that old and that badly maintained, installing Discourse in any way other than the supported method will be a nightmare.

---

<div class="post-metadata">

### Author: ![buluma\_michael](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/buluma_michael/32/116325_2.png) [@buluma\_michael](https://meta.discourse.org/u/buluma_michael)
#### Post date: [August 11, 2015, 6:23am UTC](https://meta.discourse.org/t/installing-on-cpanel-based-host/27848/4 "2015-08-11T06:23:54Z")

</div>

I strongly agree with @elberet quite important to have the environment correct and configured correctly
