(docs) deprecate ubuntu 14

This commit is contained in:
ryan 2018-10-12 13:09:19 -05:00
parent 19129051cb
commit 71ce3082c5
2 changed files with 8 additions and 3 deletions

View file

@ -1,11 +1,16 @@
# Installing LibreTime
LibreTime should generally be installed on a dedicated host. By default, its installer will install and configure all its dependencies. At the moment, the installer works best on Ubuntu 16.04 LTS (Xenial Xerus), or Ubuntu 14.04.5 LTS (Trusty Tahr).
LibreTime should generally be installed on a dedicated host running Ubuntu 16.04 LTS (Xenial Xerus).
Once you have downloaded and extracted the LibreTime repository, run the instalation script by navigating into the folder containing the LibreTime codebase, and run it's install script from the command line:
:::bash
sudo ./install
Instalation in Debian 9 and other Linux distributions is possible, but multiple outstanding issues have yet to be resolved.
By default, the installer will install and configure all dependencies.
## Alternative OS installations
Instalation in Debian 9 and other Linux distributions is possible, but multiple outstanding issues have yet to be resolved. Instalation 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 `.deb` and `.rpm` packages, as well as Docker and AWS images.