Moving advanced installation section of README downwards for ease of reading for regular users.

This commit is contained in:
Richard North
2013-06-09 18:28:21 +01:00
parent 0033c3a8cd
commit e6ad0d81aa

View File

@@ -13,18 +13,6 @@ best to use a fresh VM. The bootstrapper will install everything it needs.
This may take around 5 minutes. Certainly better than the several hours it takes to bootstrap Cloud Foundry.
## Advanced installation (for development)
The bootstrap script allows source git repository URLs to be overridden to include customizations from your own
repositories. The GITRECEIVE_URL, BUILDSTEP_REPO and DOKKU_REPO environment variables
may be set to override the defaults (see the bootstrap.sh script for how these apply):
Example:
$ wget j.mp/dokku-bootstrap
$ chmod +x bootstrap.sh
$ DOKKU_REPO=https://github.com/yourusername/dokku.git bootstrap.sh
## Configuring
Set up a domain and a wildcard domain pointing to that host. Make sure `/home/git/DOMAIN` is set to this domain.
@@ -62,6 +50,18 @@ the Heroku Node.js sample app. All you have to do is add a remote to name the ap
You're done!
## Advanced installation (for development)
The bootstrap script allows source git repository URLs to be overridden to include customizations from your own
repositories. The GITRECEIVE_URL, BUILDSTEP_REPO and DOKKU_REPO environment variables
may be set to override the defaults (see the bootstrap.sh script for how these apply):
Example:
$ wget j.mp/dokku-bootstrap
$ chmod +x bootstrap.sh
$ DOKKU_REPO=https://github.com/yourusername/dokku.git bootstrap.sh
## Components
* [Docker](https://github.com/dotcloud/docker) - Container runtime and manager