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 reuse it or create a new one with a different name.
LazyLibrarian
-
git clone https://gitlab.com/LazyLibrarian/LazyLibrarian.git
-
Create the virtualenv (if not created)
virtualenv .env
-
Activate virtualenv (if not activated)
source ~/virtualenv/bin/activate
-
Install Python dependencies for LazyLibrarian
pip install apprise pillow irc levenshtein
-
Start LazyLibrarian
python ~/LazyLibrarian/LazyLibrarian.py --nolaunch --port=17828
-
Access your webui at http://server.whatbox.ca:17828 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
~/virtualenv/bin/python ~/LazyLibrarian/LazyLibrarian.py --daemon
and continue to access it from the above address.
If the above command does not work, this will also start it while inside the venv.
.env/bin/python ~/LazyLibrarian/LazyLibrarian.py --daemon