[Doc] Readme windows
This commit is contained in:
parent
8ac43826dc
commit
a3106ccf1f
|
@ -19,7 +19,7 @@ handlers:
|
||||||
class: logging.handlers.WatchedFileHandler
|
class: logging.handlers.WatchedFileHandler
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
formatter: debug
|
formatter: debug
|
||||||
filename: flaschengeist/log/debug/debug.log
|
filename: flaschengeist-debug.log
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
loggers:
|
loggers:
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
or with ldap support
|
or with ldap support
|
||||||
|
|
||||||
pip3 install --user ".[ldap]"
|
pip3 install --user ".[ldap]"
|
||||||
|
#### Windows
|
||||||
|
Same as above, but for mysql you have to follow this guide:
|
||||||
|
|
||||||
|
https://www.radishlogic.com/coding/python-3/installing-mysqldb-for-python-3-in-windows/
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
1. Rename `flaschengeist.example.cfg` to `flaschengeist.cfg`
|
1. Rename `flaschengeist.example.cfg` to `flaschengeist.cfg`
|
||||||
|
|
Loading…
Reference in New Issue