diff --git a/How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint.md b/How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint-20---Linux-Mint-19.md similarity index 56% rename from How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint.md rename to How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint-20---Linux-Mint-19.md index 52b3061..dca745e 100644 --- a/How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint.md +++ b/How-To:Install-Calibre-web-(-Python3-)-in-Linux-Mint-20---Linux-Mint-19.md @@ -1,6 +1,33 @@ -Software: Linux Mint 19.3 Tricia ( Ubuntu ) -Calibre-Web folder in folder /home -Python 3.6 installed +Installation in Linux Mint 20: + +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. @@ -8,10 +35,10 @@ Before installing Calibre-Web we have to install several components: python3-pip 2 - We run the following at the terminal: - - sudo apt install python3-dev - - sudo apt install python3-pip + - sudo apt install python3-dev + - python3 -m pip install --upgrade setuptools - 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 -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