Juliette Chevalier
Juliette Chevalier

Reputation: 53

Integrating a rails app into WordPress

I have a client with a WordPress static website who wants to integrate the Rails app we have created into their platform so that when they click on a button, they reach the Rails app and the domain looks something like www.client.com/rails-app. I've looked at some plug-ins to integrate it inside the WordPress but most of them seem really outdated. Does anyone have any suggestions on how to do this?

Thank you !! :)

Upvotes: 0

Views: 196

Answers (1)

girishso
girishso

Reputation: 369

In your Apache/Nginx conf, you can add a virtual host with server_name www.client.com/rails-app pointing to your rails-app.

Upvotes: 2

Related Questions