-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.jade
124 lines (118 loc) · 6.92 KB
/
index.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
doctype html
<!--[if lt IE 7]<html lang="en" class="no-js oldie lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html lang="en" class="no-js oldie lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html lang="en" class="no-js oldie lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
html(class='no-js')
<!--<![endif]-->
head
meta(charset='utf-8')
<!--[if IE]><!-->
meta(http-equiv='X-UA-Compatible', content='IE=edge')
<!--<![endif]-->
title Dokku Alternative
meta(name='description', content='')
link(rel='stylesheet', href='css/style.css')
body
include includes/browsehappy
include includes/analytics
.atk-layout
.atk-layout-row
.atk-layout-cell.atk-swatch-ink
.atk-move-center.atk-col-8
.atk-bar.atk-cells.atk-cells-gutter.atk-section-small
.atk-cell
a.atk-size-kilo(href='index.html').atk-text-nowrap
strong Dokku Alternative
.atk-cell.atk-jackscrew
ul.atk-menu-horizontal
li
a.atk-padding-small(href='how-it-works.html') How does it work
li
a.atk-padding-small(href='try-it.html') Try It!
li
a.atk-padding-small(href='manager.html') Web manager
li
a.atk-padding-small(href='javascript:void(0)') What's new?
.atk-cell.atk-text-nowrap
.atk-actions
a.atk-label.atk-swatch-yellow(href='https://github.com/dokku-alt/dokku-alt')
i.icon-github-1
| GitHub
span.atk-sep ⋅
a(href='https://github.com/dokku-alt/dokku-alt/issues') Contact
.atk-layout-row
.atk-layout.atk-layout-cell
.atk-layout-column.atk-layout-expand
block content
.atk-section-large.atk-swatch-gray
.atk-wrapper.atk-size-kilo
p
| Dokku-alt is a Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
| It's a fork of original dokku. The idea behind this fork is to provide complete
| solution with plugins covering most of use-cases which are stable and well
| tested.
p
| Install Dokku-alt on any Ubuntu server and deploy web apps, databases
| and even more complex infrastructures without worries about security.
.atk-section-large.atk-swatch-white
.atk-wrapper
.atk-row
.atk-col-8
h2 Supported Features
p
i.icon-check.atk-swatch-green
| Debian-based installation and upgrade!
br
i.icon-check.atk-swatch-green
| Command Line or Web Control utility
br
i.icon-check.atk-swatch-green
| Deploy projects with git remote
br
i.icon-check.atk-swatch-green
| Built-in support for MariaDB, PostgreSQL, MongoDB and Redis databases
br
i.icon-check.atk-swatch-green
| Use Heroku-style buildpacks, Dockerfile or Procfile
br
i.icon-check.atk-swatch-green
| Domain control support, aliases, redirects and SSL
br
i.icon-check.atk-swatch-green
| Support for docker volumes and custom port configurations
br
i.icon-check.atk-swatch-green
| Zero-downtime deploy, handy diagostics and debug tools
br
i.icon-check.atk-swatch-green
| Access-control: full access or deploy-only.
.atk-col-4
.atk-box.atk-swatch-gray
h2 Recent Changes
p
b 0.3.6 Release (Aug 21)
br
| Improved import and export of database schemas,
| added warning about potential firewall
| setup problem, improved <code>bootstrap.sh</code>
p
b 0.3.5 Release (Aug 1)
br
| Implemented support for data volumes,
| finalized preboot mode (zero downtime deploy)
| added support for interactive shell for running containers.
.atk-layout-row.atk-layout-expand.atk-swatch-gray
.atk-layout-cell
.atk-wrapper.atk-section
© 2015, Distributed under MIT License.