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 trialRalph bolo
6,341 PointsRails app deployment to DIgital Ocean
Can anyone recommend a tutorial on how to deploy a rails app to digital ocean. This is is my first time deploying to digital ocean but I have experience in deploying to Heroku.
My App uses rails 4.0 , ruby 1.9.3 will there be any problem with that?
thanks
2 Answers
Justin Ellingwood
12,545 PointsHi,
There are a few different options that you can try.
One solution that you can try is the one-click installation of the Dokku application. Dokku is an open source Heroku clone that you can configure to accept git pushes to deploy, just like Heroku. The application is constantly going through changes, so it is a bit of a moving target, but the IRC channel is helpful and you can open issues on their GitHub page if you experience odd behavior.
DigitalOcean also offers a Ruby on Rails one-click installation that you can use to get up and running quickly. You can try searching the DigitalOcean community documentation and questions for more help and suggestions.
(Disclaimer: I work for DigitalOcean. Let me know if you have any more specific questions.)
Musannif Zahir
1,414 PointsIf you're looking for an experience similar to Heroku, Justin's suggestion of using Dokku would be your best bet. The one-click installation is a good starting point for folks familiar with the Unicorn web server, RVM and MySQL.