Commit cb8dde

2024-08-30 11:15:17 Ralph Thesen: Fixed typos, spotted by https://github.com/KlingelDev
installation.md ..
@@ 138,7 138,7 @@
6. Run uwsgi listening on the localhost port 8080
```bash
export OTTERWIKI_SETTINGS=$PWD/settings.cfg
- ./venv/bin/uwsgi --http 127.0.0.1:8080 --master -enable-threads --die-on-term -w otterwiki.server:app
+ ./venv/bin/uwsgi --http 127.0.0.1:8080 --master --enable-threads --die-on-term -w otterwiki.server:app
```
7. Open http://127.0.0.1:8080 in your browser.
8. Register your account. The first account is an admin-account with access to the application settings.
@@ 153,7 153,7 @@
User=www-data
Group=www-data
WorkingDirectory=/path/to/an/otterwiki
- ExecStart=/path/to/an/otterwiki/env/bin/uwsgi --http 127.0.0.1:8080 -enable-threads --die-on-term -w otterwiki.server:app
+ ExecStart=/path/to/an/otterwiki/env/bin/uwsgi --http 127.0.0.1:8080 --enable-threads --die-on-term -w otterwiki.server:app
SyslogIdentifier=otterwiki
[Install]
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9