Merge pull request #838 from radiorabe/chore/remove-trusty-support

Remove trusty support from installer
This commit is contained in:
Robb 2019-07-15 19:33:07 -04:00 committed by GitHub
commit 6e911d291f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 102 deletions

View file

@ -24,8 +24,8 @@ In this case the libretime database is only used for the initial connection
over which the libretime_test database is created.
You may need to tweak the exact commands needed to setup postgresql depending
on the distro you installed this to. On Ubuntu trusty the above can be
acheived as follows.
on the distro you installed this to. On Ubuntu the above can be acheived as
follows.
```bash
sudo -u postgres psql -c 'CREATE DATABASE libretime;'

View file

@ -99,7 +99,6 @@ offers the option to choose a different operation system according to you needs.
| Debian 9.6 | `vagrant up debian-stretch` | Install on current Debian Stretch. |
| Ubuntu 18.04 | `vagrant up ubuntu-bionic` | Experimental install on current Ubuntu Bionic Beaver. |
| Ubuntu 16.04 | `vagrant up ubuntu-xenial` | Install on Ubuntu Xenial Xerus. |
| Ubuntu 14.04 | `vagrant up ubuntu-trusty` | Deprecated install on Ubuntu Trusty Tahir. Recommended by legacy upstream. |
| CentOS | `vagrant up centos` | Extremely experimental install on 7.3 with native systemd support and activated SELinux. Needs manual intervention due to Liquidsoap 1.3.3. |
## Troubleshooting