'README.md' updaten
This commit is contained in:
parent
d67280cf30
commit
4679aad488
@ -111,7 +111,7 @@ class Config(object):
|
|||||||
|
|
||||||
`make run` (runs the Flask application)
|
`make run` (runs the Flask application)
|
||||||
|
|
||||||
Open the application at <http://localhost:5001>.
|
Open the application at port `5001`, for example: <http://localhost:5001> or <http://111.111.111.111:5001>.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
@ -121,6 +121,8 @@ To install them, you can run:
|
|||||||
|
|
||||||
`make setup`
|
`make setup`
|
||||||
|
|
||||||
|
This creates a virtual environment at `.venv/` and installs all the dependencies here.
|
||||||
|
|
||||||
### Other configurations on the server
|
### Other configurations on the server
|
||||||
|
|
||||||
* Configure the webserver to listen to the port of the flask application, for example with a subdomain
|
* Configure the webserver to listen to the port of the flask application, for example with a subdomain
|
||||||
|
Loading…
Reference in New Issue
Block a user