Compare commits
1 Commits
d94750d25a
...
f8c09af563
Author | SHA1 | Date |
---|---|---|
pictuga | f8c09af563 |
|
@ -55,7 +55,9 @@ You do need:
|
||||||
|
|
||||||
Simplest way to get these:
|
Simplest way to get these:
|
||||||
|
|
||||||
|
```shell
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
You may also need:
|
You may also need:
|
||||||
|
|
||||||
|
@ -140,7 +142,9 @@ ensure that the provided `/www/.htaccess` works well with your server.
|
||||||
|
|
||||||
Running this command should do:
|
Running this command should do:
|
||||||
|
|
||||||
|
```shell
|
||||||
uwsgi --http :9090 --plugin python --wsgi-file main.py
|
uwsgi --http :9090 --plugin python --wsgi-file main.py
|
||||||
|
```
|
||||||
|
|
||||||
However, one problem might be how to serve the provided `index.html` file if it
|
However, one problem might be how to serve the provided `index.html` file if it
|
||||||
isn't in the same directory. Therefore you can add this at the end of the
|
isn't in the same directory. Therefore you can add this at the end of the
|
||||||
|
|
Loading…
Reference in New Issue