Arch Linux AUR installer. #333
Replies: 4 comments 5 replies
-
Wow, this is great! It ain't a real open source project until someone stuffed it into the AUR. I'd recommend making a pull request for the Documentation to integrate your changes. That, or I can just copy-paste the text of this issue directly as it's clear enough... |
Beta Was this translation helpful? Give feedback.
-
I'll make the pull request. Should I add another installation section in |
Beta Was this translation helpful? Give feedback.
-
I've been thinking about a new installation section - If it's only about the AUR package for now it's fine but I might extend it into a "community" installation methods section later on. It'd give me an excuse to mention the existing unraid community package as well! |
Beta Was this translation helpful? Give feedback.
-
@satiricon It gives me this error
Also it creates perl5 directory with libraries inside $HOME during build process. |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is the right way to ask for a documentation change. If not, please delete this.
I created a Arch Linux build package for LRR. Link.
Using the AUR package the installation process in Arch Linux would be as easy as entering
pikaur -S lanraragi
in the command line if the user is using pikaur. Using other AUR managers should be just as easy.If the user is not using a AUR package manager the installation process would be something like:
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.ej:
systemctl start lanraragi.service
systemctl restart lanraragi.service
systemctl stop lanraragi.service
systemctl status lanraragi.service
This also gives an easy way to read the log if necessary.
journalctl -u lanraragi -f
Beta Was this translation helpful? Give feedback.
All reactions