1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00

Updated Installation (markdown)

ydkmlt84 2017-11-01 12:56:05 -04:00
parent be4dd2358b
commit 9a5afe05e4

@ -16,7 +16,8 @@
* In the /opt/ombi directory make the Ombi file an executable: `chmod +x Ombi`
* In the /opt/ombi directory run Ombi `./Ombi`
> If you decide to run Ombi as a different user, other than root, in accordance with the below warning; you need > to chown the Ombi folder to the user you change the systemd service to.
> If you decide to run Ombi as a different user, other than root, in accordance with the below warning; you need
> to chown the Ombi folder to the user you change the systemd service to.
> `sudo chown -R ombi:nogroup /opt/ombi`
#### Run as systemd service (Ubuntu 15.04+)