PeatioCryptoExchange icon indicating copy to clipboard operation
PeatioCryptoExchange copied to clipboard

frontend issue

Open surfy1h opened this issue 7 years ago • 3 comments

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 avatar Aug 28 '18 03:08 surfy1h

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

algobasket avatar Aug 28 '18 04:08 algobasket

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 avatar Aug 29 '18 04:08 surfy1h

@surfy1h ok

algobasket avatar Sep 01 '18 03:09 algobasket