-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
124 lines (123 loc) · 6.23 KB
/
index.html
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
---
layout: default
---
<div class="grid-block vertical justify-center shrink noscroll home">
<h1 class="h1"><span class="emoji">👋</span> Welcome to our documentation!</h1>
<p class="p">We’ll walk you through how to set up your projects on Runnable. Your team will have complete staging and testing environments for every branch of your GitHub repos.</p>
<hr class="hr">
<section class="grid-block vertical section-cta">
<div class="grid-block well-wrapper">
<a class="grid-block vertical align-center well well-primary" href="{{ site.baseurl }}/docker-compose/launching-your-first-environment">
<img src="{{ site.baseurl }}/images/home/file-compose.svg" class="grid-block shrink img">
<div class="grid-block vertical text-wrapper">
<p class="grid-block vertical shrink p">Docker Compose
<small class="small">Setup Guide</small>
</p>
<p class="p margin-top-xs">If you already use Compose, this is the easiest way to get started.</p>
<span class="text-purple-light margin-top-xxs">Get Started
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</span>
</div>
</a>
<a class="grid-block vertical align-center well" href="{{ site.baseurl }}/repositories/byod/using-your-own-dockerfiles">
<img src="{{ site.baseurl }}/images/home/file-dockerfile.svg" class="grid-block shrink img">
<div class="grid-block vertical text-wrapper">
<p class="grid-block vertical shrink p">Dockerfile
<small class="small">Setup Guide</small>
</p>
<p class="p margin-top-xs">If you don’t use Compose, Runnable can build your services independently.</p>
<span class="text-purple-light margin-top-xxs">Get Started
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</span>
</div>
</a>
</div>
<a class="grid-block align-center well well-alt" href="{{ site.baseurl }}/repositories/quickstarts/quickstart-guides">
<img src="{{ site.baseurl }}/images/home/file-empty.svg" class="grid-block shrink img hidden-xxs">
<div class="grid-block vertical">
<p class="p">Don’t have Dockerfiles yet?</p>
<p class="p">Runnable can generate Dockerfiles from your source code.</p>
</div>
<svg class="grid-block shrink icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
</section>
<hr class="hr">
<h1 class="h1">Additional Setup</h1>
<section class="grid-block section-additional">
<ul class="ul">
<li class="grid-block align-center li"><img class="img margin-right-xxs hidden-xxs" src="{{ site.baseurl }}/images/icons/icons-database.svg">Databases
<li class="li">
<a class="link" href="{{ site.baseurl }}/docker-compose/adding-a-database-for-compose">Setting Up a Database for Compose
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
<li class="li">
<a class="link" href="{{ site.baseurl }}/databases-datastores/adding-a-database-for-dockerfiles">Setting Up a Database for Dockerfiles
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
<li class="li">
<a class="link" href="{{ site.baseurl }}/databases-datastores/how-to-seed-your-database-from-s3">Seeding Your Database
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
<li class="li">
<a class="link" href="{{ site.baseurl }}/databases-datastores/how-to-clone-your-local-database-for-use-on-runnable">Cloning a Local Database for Runnable
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
</ul>
<ul class="ul">
<li class="grid-block align-center li"><img class="img margin-right-xxs hidden-xxs" src="{{ site.baseurl }}/images/icons/icons-networking.svg">Networking
<li class="li">
<a class="link" href="{{ site.baseurl }}/networking/how-to-configure-a-custom-subdomain">Setting Up Custom Subdomains
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
<li class="li">
<a class="link" href="{{ site.baseurl }}/networking/how-do-i-configure-ssl-in-runnable">Configuring SSL
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
</ul>
<ul class="ul">
<li class="grid-block align-center li"><img class="img margin-right-xxs hidden-xxs" src="{{ site.baseurl }}/images/icons/icons-testing.svg">Automated Testing
<li class="li">
<a class="link" href="{{ site.baseurl }}/testing/how-to-setup-unit-tests-for-your-services">Setting Up Unit Tests
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
</ul>
<ul class="ul">
<li class="grid-block align-center li"><img class="img margin-right-xxs hidden-xxs" src="{{ site.baseurl }}/images/icons/icons-integrations.svg">Integrations
<li class="li">
<a class="link" href="{{ site.baseurl }}/integrations/notifications/github-pull-request-notifications">Show Environment Links on GitHub
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
<li class="li">
<a class="link" href="{{ site.baseurl }}/integrations/notifications/jira">Show Environment Links on JIRA
<svg class="icons icons-chevron-right">
<use xlink:href="#icons-chevron-right">
</svg>
</a>
</ul>
</section>
<hr class="hr">
<h1 class="h1">Live Support</h1>
<p class="p">We want to help your team to get the most out of Runnable 💯. If you have questions, you can <a class="link js-intercom-open">chat with us</a> now (also available in-app), or reach us by <a class="link" href="mailto:[email protected]">email</a>.</p>
</div>