anyone has installed refinerycms on digitalocean that can give me a hint, I am lost trying to make it run
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
In order to install Refinery CMS, the first thing you need to do is get RVM and Ruby installed:
Now we need to install MySql and imagemagick:
Now install Rails and the refinerycms gem:
Then, create a new Rails (note that refinerycms does not yet work with Rails 4) project using the refinerycms template:
Finally, create a Refinery application with:
We can start it with:
It should now be visible at http://your.ip.address:3000/refinery
For more information on getting Refinery CMS up and running, check out their documentation.
For more information on how to deploy a Ruby on Rails appplication in production, check out this tutorial: How To Deploy a Rails App with Passenger and Nginx on Ubuntu 14.04
thank you so much!!! I follow your instructions and everything works