File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ web: gunicorn -b "127.0.0.1:$PORT" -w 9 app:app
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ Start virtual environment
24
24
25
25
$ workon opennotify
26
26
27
- Start flask server
27
+ Run with [ foreman ] ( https://github.com/ddollar/foreman ) using dev procfile:
28
28
29
- (opennotify)$ python app.py
29
+ (opennotify)$ foreman start -f Procfile.dev
30
30
31
- Go to [ localhost:5000] ( http://localhost:5000 )
31
+ Go to [ localhost:5000] ( http://localhost:5000 ) and test.
32
32
33
33
34
34
## API Documentation
35
35
36
36
Docs are in the gh-pages branch, or on the web here:
37
37
38
- - [ Open Notify API Documentation] ( http://open-notify.github.io /Open-Notify-API/ )
38
+ - [ Open Notify API Documentation] ( http://open-notify.org /Open-Notify-API/ )
39
39
40
40
41
41
## License
You can’t perform that action at this time.
0 commit comments