Added clarity to install process
This commit is contained in:
parent
aafea5eff9
commit
20e14b5038
1 changed files with 6 additions and 4 deletions
|
@ -13,13 +13,15 @@ Recommendations:
|
|||
- Please review the release notes of the version you are planning on installing.
|
||||
|
||||
Once you have downloaded and extracted LibreTime, run the installation script by navigating into the
|
||||
folder containing the LibreTime codebase, and run it's install script from the command line:
|
||||
folder containing the LibreTime codebase, and run its install script from the command line:
|
||||
|
||||
```
|
||||
sudo ./install
|
||||
sudo ./install -fiap
|
||||
```
|
||||
|
||||
By default, the installer will install and configure all dependencies.
|
||||
The installer will install and configure all dependencies only if the `-fiap` flag is added. If you would prefer to configure dependencies manually, omit the flag.
|
||||
|
||||
A great tutorial video on how to install LibreTime is [here](https://www.youtube.com/watch?v=Djo_55LgjXE).
|
||||
|
||||
## Ubuntu Package
|
||||
LibreTime maintains amd64 .deb packages for Ubuntu 16.04 (Xenial) and 18.04
|
||||
|
@ -41,7 +43,7 @@ Installation in Debian 9 and other Linux distributions is possible, but these
|
|||
are less tested. Installation on Ubuntu 14.04.5 LTS (Trusty Tahr) is also working, but deprecated due to the
|
||||
fact that this version will reach its official end of life in April 2019.
|
||||
|
||||
Plans are in the works for `.rpm` packages, as well as Docker and AWS images.
|
||||
Plans are in the works for `.rpm` packages, as well as Docker and AWS images. If you would like to try LibreTime in a Docker image, [odclive's (unofficial) image](https://hub.docker.com/r/odclive/libretime-docker) is a great place to start.
|
||||
|
||||
Please note that the install script does not take care to ensure that any
|
||||
packages installed are set up in a secure manner. Please see the chapter on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue