mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
1.5 KiB
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:
# installs dokku via apt-get
wget https://raw.github.com/progrium/dokku/v0.3.22/bootstrap.sh
sudo DOKKU_TAG=v0.3.22 bash bootstrap.sh
# By default, this will do cli-based setup, though you may *also*
# 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: