Hi,
I am trying to follow this guide : https://digitalocean.com/community/articles/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean
I am at this part Now modify your PATH in /etc/default/unicorn: PATH=/usr/local/rvm/rubies/ruby-2.0.0-p195/bin:/home/unicorn/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:$
Since I changed to ruby-2.0.0-p247, I would like to modify this in the unicorn folder, however I do not know how. Everytime I try to modify it using filezilla it fails the transfer :
Erreur : /etc/default/unicorn: open for write: permission denied Erreur : Echec du transfert du fichier
and typing "PATH=/usr/local/rvm/rubies/ruby-2.0.0-p195/bin:/home/unicorn/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:$ "
as root in the terminal does not seem to do anything because the file remains the same. So how do I do this ?
Thanks
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!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Please take a look at <a href=“http://askubuntu.com/questions/54221/how-to-edit-files-in-a-terminal-with-nano”>http://askubuntu.com/questions/54221/how-to-edit-files-in-a-terminal-with-nano</a> <br> <br>You will have to edit /etc/default/unicorn via SSH as root.
Since I cannot edit, I will have to double post. I made sure I changed the ruby file in “PATH=/usr/local/rvm/rubies/ruby-2.0.0-p195/bin:/home/unicorn/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:$”, <br> <br>so I actually wrote “PATH=/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/home/unicorn/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:$” in terminal, still doesn’t work.