Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend issue #3

Open
surfy1h opened this issue Aug 28, 2018 · 3 comments
Open

frontend issue #3

surfy1h opened this issue Aug 28, 2018 · 3 comments
Labels
Give More Detail 😤 Further information is requested

Comments

@surfy1h
Copy link

surfy1h commented Aug 28, 2018

I have the front end working, on port 3000 but I cant get
nginx to work with passenger.

output: /bin/sh: 1: exec: /home/deploy/.rbenv/shims/ruby: not found
age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /home/deploy/peatio: The application process exited prematurely.

/etc/nginx/passenger.conf

passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;
passenger_ruby /home/deploy/.rbenv/shims/ruby;

@surfy1h surfy1h changed the title front end frontend issue Aug 28, 2018
@algobasket
Copy link
Owner

@surfy1h delete the .rbenv folder and install it again , ruby is not found inside this folder

@surfy1h
Copy link
Author

surfy1h commented Aug 29, 2018

thanks I worked it out, ended up reinstalling everything using
rbenv install --verbose 2.2.2
rbenv global 2.2.2

Its a different version on
deploy-production-server.md

@algobasket
Copy link
Owner

@surfy1h ok

@algobasket algobasket added the Give More Detail 😤 Further information is requested label Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Give More Detail 😤 Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants