mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-26 04:26:28 +00:00
Move the docs.olivetin.app AsciiDoc component into this repository, add local Antora playbooks for contributors and CI, and document the split between this repo and the docs build repository. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
873 B
Plaintext
21 lines
873 B
Plaintext
[#install-linuxpackage]
|
|
= Generic .deb based Linux
|
|
|
|
Running OliveTin as a systemd service on a Linux machine means it can use any program installed on your machine (you don't have to add programs to a container). This is generally easier to use than a container, but containers can work just fine too with a bit more effort.
|
|
|
|
There are .deb packages published for OliveTin on each release page. If you distribution is not linked in this installation guide, and you use a .deb based Linux distribution, this package should work.
|
|
|
|
* link:https://github.com/jamesread/OliveTin/releases[downloads page].
|
|
|
|
You can install these packages for .deb like this;
|
|
|
|
[source,bash]
|
|
....
|
|
user@host: wget https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.deb
|
|
user@host: dpkg -i OliveTin_linux_amd64.deb
|
|
....
|
|
|
|
include::partial$install/post_systemd.adoc[]
|
|
|
|
|