frontend issue
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 delete the .rbenv folder and install it again , ruby is not found inside this folder
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
@surfy1h ok