I've managed to get through the entire in the "Getting Started" guide
except for the final step.
The guide says the following:
"Visit the admin panel at
http://your_ec2_instance/ and login with the
admin user you created earlier."
I substituted my ec2 instance address into the url and received a
"Server not found" error
I'm not sure how to proceed. I am not trying to install locally,
because I do not have an app on my local machine and I do not want to
run into the issues many others are running into when trying to
install locally.
Is it possible to simply log into the server and upload the file
directly without having a local application to facilitate the upload
process? If so, why am I not able to log into the server?
when I log into:
http://my_ec2_instance/compute-1.amazonaws.com/ - i
get forwarded to the apache tomcat welcome page (but I do not see any
login option)
I think the problem is occurring in my panda.init file but i am unsure
how to address:
p[:upload_redirect_url] = "
http://localhost:4000/videos/$id/done"
this is the default url provided by the guide..it's pointing a the
local machine. My question is: Is this incorrect for my purposes? If
so, what url should I replace this with?