Home > front end >  I have a couple Ruby on Rails applications and I also have a Wordpress website. How can I use both t
I have a couple Ruby on Rails applications and I also have a Wordpress website. How can I use both t

Time:07-19

Basically I am using Wordpress as sort of a portfolio website which I want to link to my ruby on rails applications. I just want to know if there is a way of hosting them on Wordpress or would I have to host them using something else and just add the link to the wordpress site?

CodePudding user response:

Wordpress and Rails run on two different environments, I think you have to host them separately and simply add the link to the wordpress site.

CodePudding user response:

As Beyar stated, you cannot host ruby on rails applications with WordPress. I recommend using Heroku to host Ruby on Rails applications. From my experience they have the easiest setup. This is not scaleable as the cost will become too high but it is perfect for a portfolio. You can have a hobby plan for free as well.

  • Related