Merge branch 'master' of github.com:frecuencialibre/libretime into dragonslaying

This commit is contained in:
ryan 2018-10-22 11:38:30 -05:00
commit 4dd2d41026
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,13 @@
Installing LibreTime
====================
# 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 Trusty.
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).
:::bash
./install
sudo ./install
Plans are in the works for ```.deb``` and ```.rpm``` packages, as well as Docker and AWS images.
Instalation in Debian 9 and other Linux distributions is possible, but multiple outstanding issues have yet to be resolved.
Plans are in the works for `.deb` and `.rpm` packages, as well as Docker and AWS images.
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

View File

@ -1,6 +1,6 @@
The following instructions assume that you have root access (**sudo** on most distributions) to a GNU/Linux server, and are familiar with basic command line tasks.
The recommended Libretime server platform is Ubuntu 16.04 LTS (Xenial Xerus), or Ubuntu 14.04.5 LTS (Trusty Tahr). Debian 9 'stretch' and CentOS 7 are also supported. Users of other GNU/Linux distributions may be able to adapt these instructions to suit their needs.
The recommended Libretime server platform is Ubuntu 16.04 LTS (Xenial Xerus), or Ubuntu 14.04.5 LTS (Trusty Tahr).
The server should have at least a 1GHz processor and 1GB of RAM, preferably 2GB RAM or more. If you are using a desktop environment and web browser directly on the server you should install at least 2GB RAM, to avoid swapping to disk.