Files
dokku/docs/installation.md
Jose Diaz-Gonzalez aee2d9ca64 Release 0.3.17
2015-04-14 12:38:44 -04:00

1.5 KiB

Installation

Requirements

  • A fresh VM running Ubuntu 14.04 x64

Ubuntu 14.04 x64 x64. Ideally have a domain ready to point to your host. It's designed for and is probably best to use a fresh VM. The bootstrapper will install everything it needs.

Installing the latest Stable version

To install the latest stable version of dokku, you can run the following bootstrapper command:

# This may need to be run twice
wget -qO- https://raw.github.com/progrium/dokku/v0.3.17/bootstrap.sh | sudo DOKKU_TAG=v0.3.17 bash

# Install the web installer. See `Configuring` under
# `Advanced Install Customization` if you wish to perform the
# rest of the install via CLI
cd /root/dokku && make dokku-installer

# Go to your server's IP and follow the web installer

For various reasons, certain hosting providers may have other steps that should be preferred to the above. If hosted on any of the following popular hosts, please follow the linked to instructions:

As well, you may wish to customize your installation in some other fashion. or experiment with vagrant. The guides below should get you started: