#!/usr/bin/env bash
set -e;

a2enmod tile
systemctl enable apache2
systemctl start apache2