1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-08-06 22:14:30 +00:00

Updated How To:Install Calibre Web in Linux Mint 19 or 20 (markdown)

Wuff 2022-03-27 22:38:54 +01:00
parent 4f992de4bf
commit eff457bb75

@ -12,28 +12,28 @@ Before installing Calibre-Web we have to install component: python3-pip
4. Install virtual environment and create one for calibre web
- `python3 -m pip install venv`
- `python3 -m pip install virtualenv`
- `python3 -m venv venv`
- `python3 -m virtualenv venv`
3. Execute the installation of Calibre-Web with newly created virtual python environment:
5. Execute the installation of Calibre-Web with newly created virtual python environment:
- `./venv/bin/python3 -m pip install calibreweb`
4. We run Calibre-Web (using the python from the newly created virtual python environment) with:
6. We run Calibre-Web (using the python from the newly created virtual python environment) with:
- `./venv/bin/cps` or `./venv/bin/python3 -m calibreweb`
DANGER: Never close the terminal. To start Calibre-Web at startup, please take a look at [How to Start Calibre-Web as Service](https://github.com/janeczku/calibre-web/wiki/Setup-Service-on-Linux#start-calibre-web-as-service-under-linux-with-systemd)
5. Launch web browser and write http://localhost:8083
7. Launch web browser and write http://localhost:8083 \
Default admin login:\
Username: admin\
Password: admin123
6. Calibre-Web running
8. Calibre-Web running
Important(if not started as service): If we turn on or reboot Linux Mint we have to open a terminal inside the Calibre-Web directory and run: [folder where calibre web is installed]/venv/bin/python3 cps.py
Important (if not started as service): If we turn on or reboot Linux Mint we have to open a terminal inside the Calibre-Web directory and run: [folder where calibre web is installed]/venv/bin/python3 cps.py
## Installation in Linux Mint 19:
@ -55,9 +55,9 @@ Before installing Calibre-Web we have to install several components: python3-pip
4. Install virtual environment and create one for calibre web
- `python3 -m pip install venv`
- `python3 -m pip install virtualenv`
- `python3 -m venv venv`
- `python3 -m virtualenv venv`
5. Execute the installation of Calibre-Web with newly created virtual python environment:
@ -69,12 +69,12 @@ Before installing Calibre-Web we have to install several components: python3-pip
DANGER: Never close the terminal. To start Calibre-Web at startup, please take a look at [How to Start Calibre-Web as Service](https://github.com/janeczku/calibre-web/wiki/Setup-Service-on-Linux#start-calibre-web-as-service-under-linux-with-systemd)
5 - Launch web browser and write http://localhost:8083
7 - Launch web browser and write http://localhost:8083 \
Default admin login:\
Username: admin\
Password: admin123
6 - Calibre-Web running
8 - Calibre-Web running
Remark: All config files (settings database, logfiles) are stored in /homes/[username]/.calibre-web. Additional config files, such as the config files for gdrive and gmail have to be placed there too.