[Koel](https://koel.phanan.net/) is a simple web-based personal audio streaming app written in Vue on the client side and Laravel on the server side. Koel source code is hosted on [Github](https://github.com/phanan/koel). This guide will show you how to install Koel on a fresh Ubuntu 18.04 LTS Vultr instance. - PHP version 5.6.4 or greater and the following extensions: - OpenSSL - PDO - Mbstring - Tokenizer - XML - MySQL - NodeJS LTS with `yarn` - Composer Check the Ubunt......