An open source PAAS alternative to Heroku.
Dokku helps you build and manage the lifecycle of applications from building to scaling.
Quick-start Instructions
# download the installation script
$ wget https://dokku.com/install/v0.29.4/bootstrap.sh
# run the installer
$ sudo DOKKU_TAG=v0.29.4 bash bootstrap.sh
# Configure your server domain
$ dokku domains:set-global dokku.me
# and your ssh key to the dokku user
$ echo "your-public-key-contents-here" | dokku ssh-keys:add admin
# # create your first app and you're off to the races!
$ dokku apps:create test-app
Hate curl | bash
? See our official Azure, DigitalOcean, and DreamHost Cloud instructions.