Compare commits
1 Commits
cee80e6345
...
9cd7be25cd
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd7be25cd |
@@ -8,7 +8,7 @@ This script will not point major upgrades (i.e. from v25 to v26) to your old lib
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
1. Extract install_MC_fedora.zip:
|
1. Extract:
|
||||||
```
|
```
|
||||||
unzip ./installJRMC.zip
|
unzip ./installJRMC.zip
|
||||||
```
|
```
|
||||||
@@ -26,7 +26,7 @@ chmod +x ./installJRMC
|
|||||||
Running `installJRMC` without any options will install the latest version of JRiver Media Center from the official JRiver repository (Ubuntu/Debian) or my unofficial repository (Fedora/CentOS) using the system package manager.
|
Running `installJRMC` without any options will install the latest version of JRiver Media Center from the official JRiver repository (Ubuntu/Debian) or my unofficial repository (Fedora/CentOS) using the system package manager.
|
||||||
|
|
||||||
Here is a list of additional options that can be passed to the script. You can always find the latest supported options by running `installJRMC --help`.
|
Here is a list of additional options that can be passed to the script. You can always find the latest supported options by running `installJRMC --help`.
|
||||||
```
|
```text
|
||||||
--rpmbuild
|
--rpmbuild
|
||||||
Debian/Ubuntu: Build RPM from source DEB
|
Debian/Ubuntu: Build RPM from source DEB
|
||||||
Fedora/CentOS: Build RPM from source DEB and install it
|
Fedora/CentOS: Build RPM from source DEB and install it
|
||||||
@@ -53,7 +53,7 @@ Here is a list of additional options that can be passed to the script. You can a
|
|||||||
Some options are incompatible with each other, for example it is not possible to install the `mediaserver` service on Ubuntu/Debian when using `--rpmbuild` or `--createrepo` since those options do not actually install Media Center.
|
Some options are incompatible with each other, for example it is not possible to install the `mediaserver` service on Ubuntu/Debian when using `--rpmbuild` or `--createrepo` since those options do not actually install Media Center.
|
||||||
|
|
||||||
#### createrepo
|
#### createrepo
|
||||||
```
|
```text
|
||||||
--createrepo
|
--createrepo
|
||||||
Build rpm, copy to webroot, and run createrepo
|
Build rpm, copy to webroot, and run createrepo
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Some options are incompatible with each other, for example it is not possible to
|
|||||||
```
|
```
|
||||||
#### services
|
#### services
|
||||||
When installing systemd services it is important to execute `installJRMC` as the user you wish to run the services. Typically this is your normal user account but for some server installations it may be necessary to execute the script as root.
|
When installing systemd services it is important to execute `installJRMC` as the user you wish to run the services. Typically this is your normal user account but for some server installations it may be necessary to execute the script as root.
|
||||||
```
|
```text
|
||||||
mediaserver
|
mediaserver
|
||||||
Create and enable a JRiver MC Media Server systemd service for the current user
|
Create and enable a JRiver MC Media Server systemd service for the current user
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user