Report this

What is the reason for this report?

It's possible install a LAMP configuration in my existing Ubuntu and Ruby Droplet?

Posted on March 1, 2016

It’s possible install a LAMP configuration in my existing Ubuntu and Ruby Droplet? This is just for testing purpose.

Thanks!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

It is definitely possible to install a Ruby on Rails app alongside the LAMP-stack. Though there are a few things to keep in mind. In particular, only one process can bind to port 80 at a time. So how you set them up depends on how you are already are running the Rails app.

There are a few ways to approach it. If you are running the Rails app behind Apache using something like Passenger, then just adding a new virtual host should work fine. These tutorials should point you in the right direction:

If you run it behind Nginx, using the LEMP stack rather than LAMP might make more sense:

But you could also proxy from Nginx to Apache:

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.