Question
-su : bundle: command not found while starting application on unicorn server
I am following below link to deploy a sample ruby on rails application on VM using unicorn server. https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-unicorn-and-nginx-on-ubuntu-14-04#conclusion
I was going step by step but, I am getting -su : bundle: command not found ** error while executing **sudo service unicorn_appname start command.
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.
×