Ask A Question

Notifications

You’re not receiving notifications from this thread.

There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'

Gokul asked in Servers

I am trying to deploy my rails 6 application on Ubuntu 18 server which has Nginx + passenger .

when I run cap production deploy
it tell me "There are no Phusion Passenger-served applications running whose paths begin with '/home/user/myapp"

I use this https://gorails.com/deploy/ubuntu/18.04 tutorial to do the deployment.

I went through this process again and again but my app still not up and running.

Please help me.

Reply

I have the same problem here!

Reply

I am not able to figure it out. The nginx server is running but every time trying to deploy get an error

Reply

You can check with passenger-status if the application is running. For me it hat problems to passenger instance registry, so I added passenger_instance_registry_dir /tmp; to the Nginx/sites-enabled/mysite

Reply

If anyone has a solution to this, I'd be glad

Reply

Solved this issue and a permission denied on Passengerfile.json with chmod o+x $HOME

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 86,796+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.