We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780f15f commit 518896dCopy full SHA for 518896d
README.md
@@ -13,6 +13,10 @@ pipenv install --python $(which python3) && \
13
sudo $(pipenv --venv)/bin/flask run --host=0.0.0.0 -p 80
14
```
15
16
+After running the appliction on the server, open the browser and type the IP of your server. You should see the output such as:
17
+
18
+
19
20
#### Cleanup
21
22
In order to remove the application:
0 commit comments