Application Manager not deploying my app
I want to host a Ruby application on a subdomain.
In
I have an
:
I then deployed this application in the Application Manager. With Deployment Domain my subdomain, Base Application URL as
. After deploying the application, I go to my subdomain, but I only get a
screen.
/path/to/my/appI have an
app.rb:
require 'sinatra'
get '/' do
'Hello world'
end
I then deployed this application in the Application Manager. With Deployment Domain my subdomain, Base Application URL as
/. After deploying the application, I go to my subdomain, but I only get a
Not Foundscreen.
-
When I add the config.ru
and click "deploy", I get the following error message:Your application is incomplete or invalid.0 -
It sounds like there are missing options in the application itself. While our assistance is very limited for the application side of things, you can always submit a ticket to our team if you have root access to the server and we can try and narrow down the issue. 0 -
It sounds like there are missing options in the application itself. While our assistance is very limited for the application side of things, you can always submit a ticket to our team if you have root access to the server and we can try and narrow down the issue.
I don"t have root access unfortunately. Is there a way for me to know what exactly is wrong? Otherwise I"ll check with my hosting provider.0 -
Without root access you wouldn't have access to all the logs on the server, so you'd want to speak with the host to see if they can get you more details. 0
Please sign in to leave a comment.
Comments
5 comments