mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Update README.md
This commit is contained in:
parent
d8bcf85cc9
commit
96189964e3
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -43,21 +43,24 @@ Looking for a Docker Image? Well [rogueosb](https://github.com/rogueosb/) has cr
|
||||||
To configure PlexRequests to run on debian/ubuntu and set it to start up with the system, do the following (via terminal):
|
To configure PlexRequests to run on debian/ubuntu and set it to start up with the system, do the following (via terminal):
|
||||||
|
|
||||||
Create a location to drop the files (up to you, we'll ues /opt/PlexRequests as an example)
|
Create a location to drop the files (up to you, we'll ues /opt/PlexRequests as an example)
|
||||||
* sudo mkdir /opt/PlexRequests
|
```sudo mkdir /opt/PlexRequests```
|
||||||
|
|
||||||
Download the release zip
|
Download the release zip
|
||||||
* sudo wget {release zip file url}
|
```
|
||||||
* sudo unzip PlexRequests.zip -d /opt/PlexRequests
|
sudo wget {release zip file url}
|
||||||
|
sudo unzip PlexRequests.zip -d /opt/PlexRequests
|
||||||
|
```
|
||||||
|
|
||||||
Install Mono (this app will be used to actually run the .net libraries and executable)
|
Install Mono (this app will be used to actually run the .net libraries and executable)
|
||||||
* sudo apt-get install mono-devel
|
```sudo apt-get install mono-devel```
|
||||||
|
|
||||||
Verify Mono properly runs PlexRequests
|
Verify Mono properly runs PlexRequests
|
||||||
* sudo /usr/bin/mono /opt/PlexRequests/PlexRequests.exe
|
```sudo /usr/bin/mono /opt/PlexRequests/PlexRequests.exe```
|
||||||
|
|
||||||
Create an upstart script to auto-start PlexRequests with your system (using port 80 in this example)
|
Create an upstart script to auto-start PlexRequests with your system (using port 80 in this example)
|
||||||
* sudo nano /etc/init/plexrequests.conf
|
```sudo nano /etc/init/plexrequests.conf```
|
||||||
* paste in the following:
|
|
||||||
|
paste in the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
start on runlevel [2345]
|
start on runlevel [2345]
|
||||||
|
@ -76,7 +79,7 @@ end script
|
||||||
```
|
```
|
||||||
|
|
||||||
Reboot and open up your browser to check that it's running!
|
Reboot and open up your browser to check that it's running!
|
||||||
* sudo shutdown -r 00
|
```sudo shutdown -r 00```
|
||||||
|
|
||||||
# Contributors
|
# Contributors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue