mirror of
https://github.com/janeczku/calibre-web
synced 2025-07-06 12:02:56 +00:00
Updated How To:Install Calibre web ( Python3 ) in Linux Mint (markdown)
parent
33249ff83c
commit
bdd7172c96
@ -1,6 +1,33 @@
|
|||||||
Software: Linux Mint 19.3 Tricia ( Ubuntu )
|
Installation in Linux Mint 20:
|
||||||
Calibre-Web folder in folder /home
|
|
||||||
Python 3.6 installed
|
Before installing Calibre-Web we have to install component: python3-pip
|
||||||
|
|
||||||
|
1 - We open a terminal inside the Calibre-Web directory
|
||||||
|
|
||||||
|
2 - We run the following at the terminal:
|
||||||
|
|
||||||
|
- sudo apt install python3-pip
|
||||||
|
|
||||||
|
3 - We execute the installation of Calibre-Web:
|
||||||
|
|
||||||
|
- python3 -m pip install --system --target vendor -r requirements.txt
|
||||||
|
|
||||||
|
4 - We run Calibre-Web:
|
||||||
|
|
||||||
|
- python3 cps.py
|
||||||
|
|
||||||
|
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
|
||||||
|
Default admin login:\
|
||||||
|
Username: admin\
|
||||||
|
Password: admin123
|
||||||
|
|
||||||
|
6 - 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: python3 cps.py
|
||||||
|
|
||||||
|
Installation in Linux Mint 19:
|
||||||
|
|
||||||
Before installing Calibre-Web we have to install several components: python3-pip, python3-dev, setuptools, wheel.
|
Before installing Calibre-Web we have to install several components: python3-pip, python3-dev, setuptools, wheel.
|
||||||
|
|
||||||
@ -8,10 +35,10 @@ Before installing Calibre-Web we have to install several components: python3-pip
|
|||||||
|
|
||||||
2 - We run the following at the terminal:
|
2 - We run the following at the terminal:
|
||||||
|
|
||||||
- sudo apt install python3-dev
|
|
||||||
|
|
||||||
- sudo apt install python3-pip
|
- sudo apt install python3-pip
|
||||||
|
|
||||||
|
- sudo apt install python3-dev
|
||||||
|
|
||||||
- python3 -m pip install --upgrade setuptools
|
- python3 -m pip install --upgrade setuptools
|
||||||
|
|
||||||
- python3 -m pip install wheel
|
- python3 -m pip install wheel
|
||||||
@ -33,7 +60,6 @@ DANGER: Never close the terminal. To start Calibre-Web at startup, please take a
|
|||||||
|
|
||||||
6 - Calibre-Web running
|
6 - 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: python3 cps.py
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user