|
|
@ -9,6 +9,6 @@ This requires a flowroute account. It uses google to authenticate. But I might a |
|
|
|
|
|
|
|
|
|
|
|
# App Server |
|
|
|
# App Server |
|
|
|
App runs via the following command. |
|
|
|
App runs via the following command. |
|
|
|
> gunicorn3 app:app |
|
|
|
> gunicorn3 smsproj:app |
|
|
|
|
|
|
|
|
|
|
|
This will run and listen on a port, probably port 8000 as its default as a daemon. |
|
|
|
This will run and listen on a port, probably port 8000 as its default as a daemon. |
|
|
|