Dokku - The smallest PaaS implementation you've ever seen
DRANK

# for debian systems, installs dokku via apt-get $ wget $ sudo DOKKU_TAG=v0.24.9 bash bootstrap.sh # go to your server's IP and follow the web installer # install docker $ wget -nv -O - sh # setup dokku apt repository $ wget -nv -O - apt-key add - $ export SOURCE=" $ export OS_ID="$(lsb_release -cs 2>/dev/null echo "bionic")" $ echo "xenial bionic focal" grep -q "$OS_ID" OS_ID="bionic" $ echo "deb $SOURCE $OS_ID main" tee /etc/apt/sources.list.d/dokku.list $ apt-get update # install dokku $ apt-get install dokku $ dokku plugin:install-dependencies --core # run with root! # go to your server's IP and follow the web installer

dokku.com
Related Topics: X as a Service
1 comments