mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-02 01:02:57 +00:00
Updated Manual Installation (markdown)
parent
7b43226b19
commit
20e23e22b5
@ -1,12 +1,12 @@
|
||||
#### Manual installation
|
||||
|
||||
If you want to manually install Calibre-Web ("from source"), follow the procedure below. For Windows pip and venv come with the basic installation. On Windows the python binary can be found after installing the virtual environment under .\venv\script\python3.exe
|
||||
If you want to manually install Calibre-Web (“from source”), follow the procedure below. For Windows pip and venv come with the basic installation. On Windows, the python binary can be found after installing the virtual environment under .\venv\script\python3.exe
|
||||
|
||||
1. Make sure you have installed pip and also venv for your python version. If missing, install it by the package manager of your distribution (e.g. apt for debian like distributions)
|
||||
1. Make sure you have installed pip and also venv for your python version. If missing, install it by the package manager of your distribution (e.g., apt for debian like distributions)
|
||||
|
||||
- `sudo apt install python3-pip python3-venv`
|
||||
|
||||
2. Go to the folder where you want to install Calibre-Web, e.g. /opt/calibre-web
|
||||
2. Go to the folder where you want to install Calibre-Web, e.g., /opt/calibre-web
|
||||
|
||||
3. Create virtual environment for calibre web in folder venv
|
||||
|
||||
@ -22,4 +22,4 @@ 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/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.
|
||||
Remark: All config files (settings database, log files) 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user