-
Notifications
You must be signed in to change notification settings - Fork 8
Local deployment: where is the running ask instance? #158
Comments
For local installation, I Would recommend checking out the https://github.com/coralproject/ask-install tool. |
Well, it's the one I used. As said, I wasn't really sure where the then supposedly installed instance is running... |
It should be running in Docker if you followed the guide linked. Check which port is exposed by running |
Mh, when I run
Is the issue my lack of experience which led to unfavorable port configuration (i.e. selection of port 80)? Or have I misconfigured something else as well? |
Try re-running the ask-install app to generate your docker-compose.yml file. Once done, you can run |
Done. Output of
Which looks better than before.. but what I still don't get is, how can I now access the running instance? Calling localhost in the browser doesn't work on any of the listed ports.. |
Hi, I've the same problem when trying to acces to my local instance with Ask_0.0.10_linux_amd64. |
IT doesn't look like Caddy is being included there, that's the server that will serve the Ask instance. |
Hi, I have the same problem as @lusy and @elastic10 above. My Running I've tried with or without SSL. |
Hi, I've been trying to set up a local instance for evaluation purposes. I followed the instructions on the installation guide, starting from step 5 (skipping the aws setup) and running the ./ask-install.sh script. However, I'm not really sure whether the instance is running and if at all at the end. How can I actually connect to it after finishing installation? Thx!
The text was updated successfully, but these errors were encountered: