I developed rails project and using Mongoid gem for using MongoDB on Rails project.
Everything going well on local, but I know nothing about how to setup on DigitalOcean.
I try to create One-click Apps droplet on Ruby on Rails on 14.04 (Postgres, Nginx, Unicorn). And put my project instead of default rails project and edit the working_directory
in /etc/unicorn.conf point to my project.
Is there anything I have to config more ??
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.
This tutorial covers all the basics of getting an application up and running on top of the DigitalOcean Ruby on Rails One-Click app:
It explains what is included and should point you in the right direction. There are a number of other places you would need to update besides
/etc/unicorn.conf
You need to update the path to your public folder in/etc/nginx/sites-enabled/rails
as well as theAPP_ROOT
in/etc/default/unicorn
Though both the One-Click and the tutorial use Postgres for the database. If you are not using Postgres, it might make more sense for you to set up your project on a clean Droplet in order to not run services that you have no need for.