1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-12 00:50:06 +00:00

Updated Manual Installation (markdown)

4ce 2022-05-10 13:49:24 -04:00
parent 71a2f8bafe
commit 7b43226b19

@ -19,7 +19,7 @@ If you want to manually install Calibre-Web ("from source"), follow the procedur
6. Execute the command: `./venv/bin/python3 cps.py` (or `nohup ./venv/bin/python3 cps.py` - recommended if you want to exit the terminal window)
Issues with Ubuntu:
Please note that running the above install command can fail on some versions of Ubuntu, saying `"can't combine user with prefix"`. This is a [known bug](https://github.com/pypa/pip/issues/3826) and can be remedied by using the command `./venv/python3 -m pip install --system -r requirements.txt` instead.
Please note that running the above install command can fail on some versions of Ubuntu, saying `"can't combine user with prefix"`. This is a [known bug](https://github.com/pypa/pip/issues/3826) and can be remedied by using the command `./venv/bin/python3 -m pip install --system -r requirements.txt` instead.
Remark: All config files (settings database, logfiles) are stored in Calibre-Web root page (in this example /opt/calibre-web). Additional config files, such as the config files for gdrive and gmail have to be placed there too.