Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Patrick Kelly
Patrick Kelly
6,200 Points

How do I launch a Ruby on Rails app on my Linux Apache VPS?

Hi,

I've been learning up on Ruby on Rails applications and want to launch an app I have built. Previous to learning RoR I was a PHP developer and therefore have my own LAMP stack VPS.

I don't like the idea of having to pay for another hosting service when I have a server to run the application on and so I wondered, what would I need to do to deploy/launch my application on my VPS?

I have a basic understanding of server management etc and have done some Googling into how I can do this but not really uncovered anything massively helpful.

I hope someone in this amazing community can help me!

Many thanks, Patrick

What purpose will your app have? Is it going to be a 'proper app', or just a hobby one of for portfolio demonstration purposes?

Alan Matthews
Alan Matthews
10,161 Points

Heroku has a free plan for hobbyists. If it's not a serious app, that should work fine. It's very easy to get setup and once your ready, it's a one line command to deploy the app.