You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be something we're missing, but after setting up environment using ansible playbook, how do we launch the app and on what port?
While 5000 is open (on EC2), it does not work. When I try scripts/serve afterwards, I can connect via 5000, but it doesn't serve anything inside scripts folder.
It works fine via setting up the environment like a dev env though.
The text was updated successfully, but these errors were encountered:
The ansible playbook is an example deployment configuration -- some work is needed.
Out of the box it sets it up on port 80 and 443 with nginx going into supervisor, then talking to the app over uwsgi. It's a different way of doing things than the dev environment.
There might be something we're missing, but after setting up environment using ansible playbook, how do we launch the app and on what port?
While 5000 is open (on EC2), it does not work. When I try scripts/serve afterwards, I can connect via 5000, but it doesn't serve anything inside scripts folder.
It works fine via setting up the environment like a dev env though.
The text was updated successfully, but these errors were encountered: