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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Did you edit nginx’s config to point to /home/app/demo/current as well? <br> <br>It’s in /etc/nginx/sites-enabled
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>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.