Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start app after Ansible setup #156

Open
ghost opened this issue Sep 18, 2018 · 1 comment
Open

Cannot start app after Ansible setup #156

ghost opened this issue Sep 18, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 18, 2018

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.

@antingshen
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant