Compare commits
22 Commits
bb72dd2f5c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a78f9fd563 | |||
| a84ae4273e | |||
| 93489d2330 | |||
| ec3be607a0 | |||
| 4002dfe900 | |||
| 92e987f8d1 | |||
| ad309fcf0b | |||
| 0712110041 | |||
| 273b2a51ad | |||
| 59ae4a4637 | |||
| 2c5a59bbac | |||
| 4b2305e637 | |||
| fa45274f79 | |||
| daac2a139c | |||
| 9897e766be | |||
| ab7f382a1f | |||
| 94353b2b25 | |||
| fb81bdd398 | |||
| 0fc45c80b5 | |||
| e5b312d25b | |||
| 4ffa58727f | |||
| 0643189803 |
@@ -27,7 +27,7 @@ $ installJRMC --help
|
|||||||
--compat
|
--compat
|
||||||
Build/install MC locally without minimum dependency version requirements.
|
Build/install MC locally without minimum dependency version requirements.
|
||||||
--mcversion VERSION
|
--mcversion VERSION
|
||||||
Specify the MC version, ex. "36.0.14" or "35" (default: latest release).
|
Specify the MC version, ex. "36.0.20" or "35" (default: latest release).
|
||||||
--arch ARCH
|
--arch ARCH
|
||||||
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
|
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
|
||||||
--mcrepo REPO
|
--mcrepo REPO
|
||||||
@@ -128,8 +128,8 @@ Install the latest version of MC33 from the best available repository with debug
|
|||||||
Install a more widely-compatible version of the latest MC version.
|
Install a more widely-compatible version of the latest MC version.
|
||||||
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
||||||
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
||||||
[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.14[/code]
|
[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.20[/code]
|
||||||
Build and install an MC 36.0.14 comptability RPM locally and activate it using the [tt]/path/to/license.mjr[/tt].
|
Build and install an MC 36.0.20 comptability RPM locally and activate it using the [tt]/path/to/license.mjr[/tt].
|
||||||
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]
|
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]
|
||||||
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
||||||
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]
|
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ OPTIONS
|
|||||||
--compat
|
--compat
|
||||||
Build/install MC locally without minimum dependency version requirements.
|
Build/install MC locally without minimum dependency version requirements.
|
||||||
--mcversion VERSION
|
--mcversion VERSION
|
||||||
Specify the MC version, ex. "36.0.14" or "35" (default: latest release).
|
Specify the MC version, ex. "36.0.20" or "35" (default: latest release).
|
||||||
--arch VERSION
|
--arch VERSION
|
||||||
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
|
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
|
||||||
--mcrepo REPO
|
--mcrepo REPO
|
||||||
@@ -143,9 +143,9 @@ Multiple services (but not `--service-types`) can be installed using multiple `-
|
|||||||
|
|
||||||
Install MC from the repository and start/enable `jriver-mediacenter.service` as a user service.
|
Install MC from the repository and start/enable `jriver-mediacenter.service` as a user service.
|
||||||
|
|
||||||
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.14`
|
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.20`
|
||||||
|
|
||||||
Build and install an MC 36.0.14 compatibility RPM locally and activate it using the `/path/to/license.mjr`.
|
Build and install an MC 36.0.20 compatibility RPM locally and activate it using the `/path/to/license.mjr`.
|
||||||
|
|
||||||
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user`
|
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user`
|
||||||
|
|
||||||
|
|||||||
550
installJRMC
550
installJRMC
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user