Replies: 2 comments 2 replies
-
Hi You absolutely can! The easiest way would be using the docker image and running that. There are both x64 and ARM images on docker hub. Configure them to your liking by setting environment variables. You could also run it using the dotnet runtime, creating a service to make sure it's started on startup. Let me know if you have any more questions, I'll try to answer them if I can. I definitely recommend using a container runtime like docker or podman though. |
Beta Was this translation helpful? Give feedback.
-
Yes, it worked well. I installed it on a linux VM. I probably did not it the best way but here is how I (who knows nothing about docker and very little about linux) got it to work ... After testing the docker container with the given
Then, so it boots on start, I added a systemd file
Not sure if I needed to but I then did:
It now starts automatically on reboot and can be started manually by:
This was done on a Proxmox LXC created by the script from: https://tteck.github.io/Proxmox/#docker-lxc. |
Beta Was this translation helpful? Give feedback.
-
Hi,
The title says it, can I install Bagetter on a linux server?
Thx
Beta Was this translation helpful? Give feedback.
All reactions