-
Published Question
I finally got my rails server up and running on CentOS with Nginx and unicorn. But I noticed the each time the server reboots or power cycles, I have to run
"service nginx start" manually and then go into each site ...
1
•
•
By
damon
-
Published Question
Hello,
I followed this guide and everything went smooth!
https://www.digitalocean.com/community/tutorials/how-to-deploy-rails-apps-using-unicorn-and-nginx-on-centos-6-5
I got a rails app up and running with no problem...
2
•
•
By
damon
-
Published Question
If you look at the landing page when you go to my IP address you will see ruby is being put out as html.
Apache error logs says:
Missing secret_key_base for 'production' environment, set this value in
`config/secrets...
1
•
•
By
damon
-
Published Question
I followed this guide:
https://www.digitalocean.com/community/tutorials/how-to-setup-a-rails-4-app-with-apache-and-passenger-on-centos-6
This is a the bottom of my conf file. I have the latest Passenger and have varif...
1
•
•
By
damon
-
Published Question
I follow this guide, https://www.digitalocean.com/community/tutorials/how-to-setup-a-rails-4-app-with-apache-and-passenger-on-centos-6
Everything sees OK but Ruby Code does not see to be interpreted or rendered. If I ...
1
•
•
By
damon
-
Published Answer
Hello,
I did use the CentOS guide from the link you provided. Now Apache is not even running. Check all the paths to ruby and ad…
•
By
damon