mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
- Drop tutum-agent, lxc-docker, docker.io apt package support - Release a new herokuish version - Fix release docs - Upgrade sigil
71 lines
2.9 KiB
Markdown
71 lines
2.9 KiB
Markdown
<div class="blurb">
|
|
<div class="container">
|
|
<h2>The smallest PaaS implementation you've ever seen</h2>
|
|
<p>Docker powered mini-Heroku in around 200 lines of Bash</p>
|
|
<div class="blurb-buttons">
|
|
<a class="btn btn-lg btn-warning" href="/dokku/installation">View Documentation</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container marketing">
|
|
<div class="quickstart-code">
|
|
<p class="title">Quick-start Instructions</p>
|
|
<div class="shell">
|
|
<p class="line">
|
|
<span class="path">~</span>
|
|
<span class="prompt">$</span>
|
|
<span class="command">wget https://raw.githubusercontent.com/dokku/dokku/v0.5.0/bootstrap.sh</span>
|
|
</p>
|
|
<p class="line">
|
|
<span class="path">~</span>
|
|
<span class="prompt">$</span>
|
|
<span class="command">sudo DOKKU_TAG=v0.5.0 bash bootstrap.sh</span>
|
|
</p>
|
|
<p class="line">
|
|
<span class="output"># => Go to your server's IP and follow the web installer</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<!-- START THE FEATURETTES -->
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7">
|
|
<h2 class="featurette-heading">Own Your PaaS. <span class="text-muted">Infrastructure at a fraction of the cost.</span></h2>
|
|
<p class="lead">Powered by Docker, you can install Dokku on any hardware. Use it on inexpensive cloud providers. Use the extra cash to buy a pony or feed kittens. You'll save tens of dollars a year on your dog photo sharing website.</p>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img class="featurette-image img-responsive center-block" alt="Docker Logo" src="assets/docker.png">
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7 col-md-push-5">
|
|
<h2 class="featurette-heading">Easy Git Deploys. <span class="text-muted">From your command-line to the cloud.</span></h2>
|
|
<p class="lead">Once it's set up on a host, you can push Heroku-compatible applications to it via Git. They'll build using Heroku buildpacks and then run in isolated containers. The end result is your own, single-host version of Heroku.</p>
|
|
</div>
|
|
<div class="col-md-5 col-md-pull-7">
|
|
<img class="featurette-image img-responsive center-block" alt="Git Logo" src="assets/git.png">
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7">
|
|
<h2 class="featurette-heading">Extensible Platform. <span class="text-muted">Customize your PaaS.</span></h2>
|
|
<p class="lead">Write dokku plugins in any language. Share them online with others, and extend those already available. Dokku's simple core is easy to hack and add the features you need to get your job done.</p>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img class="featurette-image img-responsive center-block" alt="Extend Logo" src="assets/extend.png">
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
</div>
|