Skip to content

MenxLi/Lires

Repository files navigation

Lires - A self-hosted research literature manager.

PyPI PyPI - Downloads intro-zh

Installation:

pip install 'Lires[all]'

Start the services:

lires registry  # Registry server, for service discovery
lires log       # Log server, collect logs from other servers
lires ai        # AI server, offload heavy computation tasks
lires feed      # Feed server, collect feeds

Start the main server:

lires server    # Main server, the gateway server

Then add a user with:

lrs-user add <username> <password>  --admin # Add a user

Now you can visit the web UI at http://localhost:8080 and login with the user you just added.
For more information, please visit the getting started document.