By cecheverri4
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!
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:
How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04
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:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.