LANraragi
GithubDemoDocker HubDiscord Server
Nightly Release
Nightly Release
  • LANraragi Documentation
  • Installing LANraragi
    • ❓Which installation method is best for me?
    • 🪟LRR for Windows (Win10)
    • 🍎Homebrew (macOS)
    • 🐳Docker (All platforms)
    • 🛠️Source Code (Linux/macOS)
    • 🐧Community (Linux)
    • 👿Jail (FreeBSD)
  • Basic Operations
    • 🚀Getting Started
    • 📚Reading Archives
    • ✒️Adding Metadata
    • 🔎Searching the Archive Index
    • 📈Statistics and Logs
    • 🖌️Themes
  • Advanced Usage
    • 🦇Batch Operations
    • 📂Categories
    • ⬇️Downloading Archives
    • 💾Backup and Restore
    • 📱Using External Readers
    • 🌐Network Interface Setup
    • 🕵️Proxy Setup
    • 📏Tag Rules
  • Developer Guide
    • 🏗️Setup a Development Environment
    • 🏛️Architecture & Style
    • 🈁Translating LANraragi to other languages
  • API Documentation
    • 🔑Getting started
    • Search API
    • Archive API
    • Database API
    • Category API
    • Tankoubon API
    • Shinobu API
    • Minion API
    • Miscellaneous other API
  • Writing Plugins
    • 🧩Getting started
    • Login Plugins
    • Metadata Plugins
    • Downloader Plugins
    • Generic Plugins ("Scripts")
    • Code Examples
Powered by GitBook
On this page
  • UnRAID
  • Nix/NixOS
  • Arch Linux

Was this helpful?

  1. Installing LANraragi

Community (Linux)

PreviousSource Code (Linux/macOS)NextJail (FreeBSD)

Last updated 1 year ago

Was this helpful?

UnRAID

An UnRAID package based on the Docker images is available

Nix/NixOS

If you're using or the Nix package manager, a package is available. Unlike the other options here, this one is also available for Darwin/macOS!

Arch Linux

An installation package is provided (Arch User Repository).

Using the AUR package the installation process in Arch Linux should be as easy as entering pikaur -S lanraragi in the command line (if using pikaur). Using other AUR managers should be just as easy.

To install lanraragi without an AUR package manager the installation process would be something like:

wget https://aur.archlinux.org/cgit/aur.git/snapshot/lanraragi.tar.gz   -O - | tar -xz
cd lanraragi
makepkg -rsi

That would take care of installing LRR together with build and normal dependencies and deleting build dependencies after successful building and installing.

The installer also creates a lanraragi.service unit file for starting, restarting and stopping LRR with systemd's systemctl. If Redis is down it will get it up.

systemctl start lanraragi.service systemctl restart lanraragi.service systemctl stop lanraragi.service systemctl status lanraragi.service

Systemd integration also gives an easy way to read the log (if necessary).

journalctl -u lanraragi -f

🐧
here.
NixOS
LANraragi
in the AUR