Wiki > LazyLibrarian
https://lazylibrarian.gitlab.io/
Installation
virtualenv
Follow the instructions in the virtualenv article to install and activate a Python 3 virtual environment. If you have previously set up a virtualenv, you may choose to re-use it or create a new one with a different name.
LazyLibrarian
-
git clone https://gitlab.com/LazyLibrarian/LazyLibrarian.git
-
Activate virtualenv (if not activated)
source ~/virtualenv3/bin/activate
-
Install Python dependencies for LazyLibrarian
pip install apprise pillow
-
Start LazyLibrarian
python ~/LazyLibrarian/LazyLibrarian.py --nolaunch --port=17282
-
Access your webui at http://server.whatbox.ca:17282 and immediately set a username and password on the right side under Authentication. Do not use your Whatbox password(s).
-
Return to the terminal and press Ctrl+c to end the process
-
Launch LazyLibrarian as a daemon
~/virtualenv3/bin/python ~/LazyLibrarian/LazyLibrarian.py --daemon
and continue to access it from the above address.