I’m using the DigitalOcean Rails pre-configured image. I’m trying to change the default rails application from /home/rails to /home/app/demo/current .
In my /home/unicorn/unicorn.conf file, I changed the working directory to reflect ‘home/app/ricks/current’ . I also changed my /etc/default/unicorn APP_ROOT to reflect /home/app/demo/current
I then restarted nginx by stopping and then reloading it. I also restarted my droplet.
For some reason, when I navigate over to my droplet’s assigned IP address, I still see the default ‘Welcome to Rails’ page that came with the droplet, instead of my application which resides in /home/app/demo/current
Can you please explain to me what I am doing wrong or what I need to do in order to get my application to show up?
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!
@ashortt: Yes, <br> <br><pre>sudo service unicorn restart</pre>
I had to reboot the droplet to get the changes to show - is there a way just to restart Unicorn? <br>
Change Ruby on Rails Application <br> <br>Modify Configuration in Unicorn <br> <br>/home/unicorn - > unicorn.confg <br> <br>user “rails” <br>working_directory “/home/rails” <br> <br> <br>etc/default/unicorn <br> <br>APP_ROOT=/home/rails <br> <br>https://www.digitalocean.com/community/articles/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean <br>
Did you edit nginx’s config to point to /home/app/demo/current as well? <br> <br>It’s in /etc/nginx/sites-enabled