Skip to content
forked from dokku/dokku

A docker-powered PaaS that helps you build and manage the lifecycle of applications

License

Notifications You must be signed in to change notification settings

aksh-gupta/dokku

This branch is 5552 commits behind dokku/dokku:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 28, 2020
Nov 18, 2020
Nov 22, 2020
Nov 22, 2020
May 6, 2020
Nov 23, 2020
Nov 23, 2020
Aug 13, 2019
Nov 24, 2020
Oct 2, 2017
Sep 16, 2019
Oct 2, 2017
Dec 30, 2018
Feb 12, 2020
Feb 11, 2019
Sep 16, 2019
Aug 2, 2020
Mar 31, 2020
Feb 4, 2014
Nov 22, 2020
May 10, 2017
Sep 22, 2020
Nov 8, 2020
Jan 8, 2017
Jul 13, 2020
Nov 22, 2020
Aug 29, 2020
Feb 10, 2020
Apr 8, 2019
Nov 22, 2020
Jun 28, 2020

Repository files navigation

Dokku

Build Status Ubuntu Package Arch Package IRC Network Slack Group Documentation OpenCollective OpenCollective Patreon

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Requirements

A fresh VM running any of the following operating systems:

  • Ubuntu 16.04/18.04/20.04 x64 - Any currently supported release
  • Debian 9+ x64
  • CentOS 7 x64 (experimental)
  • Arch Linux x64 (experimental)

An SSH keypair that can be used for application deployment. If this exists before installation, it will be automatically imported into dokku. Otherwise, you will need to import the keypair manually after installation using dokku ssh-keys:add.

Installation

To install the latest stable release, run the following commands as a user who has access to sudo:

wget https://raw.githubusercontent.com/dokku/dokku/v0.21.4/bootstrap.sh
sudo DOKKU_TAG=v0.21.4 bash bootstrap.sh

You can then proceed to the ip address or domain name associated with your server to complete the web-based installation.

If you wish for a more unattended installation method, see these docs.

Upgrade

View the docs for upgrading from an older version of Dokku.

Documentation

Full documentation - including advanced installation docs - are available online at http://dokku.viewdocs.io/dokku/.

Support

You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku.

Contribution

After checking Github Issues, the Troubleshooting Guide or having a chat with us on freenode in #dokku, feel free to fork and create a Pull Request.

While we may not merge your PR as is, they serve to start conversations and improve the general Dokku experience for all users.

License

MIT License © Jeff Lindsay

About

A docker-powered PaaS that helps you build and manage the lifecycle of applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.9%
  • Go 26.9%
  • Makefile 3.8%
  • Python 3.7%
  • JavaScript 0.8%
  • Dockerfile 0.7%
  • Other 1.2%