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

Add section in CONTRIBUTING.md about cloud 9 setup #934

Closed
miketaylr opened this issue Mar 2, 2016 · 1 comment
Closed

Add section in CONTRIBUTING.md about cloud 9 setup #934

miketaylr opened this issue Mar 2, 2016 · 1 comment

Comments

@miketaylr
Copy link
Member

@dshgna got the app running on Cloud 9 (https://c9.io/), with the following:

app.run(host=os.getenv(‘IP’, ‘0.0.0.0’),port=int(os.getenv(‘PORT’, 8080)))

Would be good to add that somewhere to the env setup for other people who might be using that.

dshgna added a commit to dshgna/webcompat.com that referenced this issue Mar 3, 2016
Added setup instructions in CONTRIBUTING.md
miketaylr pushed a commit that referenced this issue Mar 3, 2016
Issue #934: Add cloud 9 setup instructions
@miketaylr
Copy link
Member Author

This is fixed now, thanks @dshgna!

(One cool trick to do in a future PR is to set the Pull Request title to have the title be "Fixes #934: blah blah blah" that way when it gets merged it will automatically close the issue).

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

No branches or pull requests

1 participant