#!/bin/bash

set -ex

apt-get install -y python-cherrypy3 ssl-cert

mkdir -p /var/log/sentry/
rsync -avz src/ /opt/api/

open-port 9001
