How to Run Rails on Shared Server Using Heroku -


i have website http://example.com , to host ruby on rails generated app http://example.com/projects/ruby.

i using heroku zerigo dns addon (or open openshift if works).

i tried installing ndeploy through cpanel [siteground][1] (my web host) not seem allow access apache or command line(?).

my goal present project through website (not through cloud9 or heroku domain). can please point me, in right direction.

on heroku when try press "add domain" control panel receive message:

*"can't have more 1 domains / check *** larger plan accommodates needs"*

if you're using heroku host rails app (which uses amazon e3), you'll not hosting on shared hosting at all.

your fix come the following:

enter image description here

all you're doing heroku custom domains (which need pro account for), forwarding traffic domain.com/path heroku app.

now, don't know how heroku deal being routed - subfolder - know fact thing here dns setup domain.

in section, need able add / change cname reference above.

heroku explains best:

configuring dns provider root domain similar configuring dns provider subdomain. however, whereas subdomains type of record configure cname, root domains type of record depends on dns provider

i can more specific if required


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -