Skip to content

Instantly share code, notes, and snippets.

View saulinternet's full-sized avatar
📖
probably obsessing over a new data structure type

SAUL B saulinternet

📖
probably obsessing over a new data structure type
View GitHub Profile
@brahmlower
brahmlower / koel-installation-docs_debian8.md
Last active June 8, 2021 09:03
This is installation documentation for installing Koel on Debian 8.

Installation on Debian 8

This is installation documentation for installing Koel on Debian 8.

Install Dependancies

Most packages can be installed via apt-get.

user@debian:~/$ sudo apt-get install -y apache2 mysql-server php5 php5-mysql g++ git curl

Composer