-
Notifications
You must be signed in to change notification settings - Fork 8
/
install.html
68 lines (63 loc) · 2.62 KB
/
install.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
---
layout: page
title: Get Started
permalink: /install/
---
<div class="row">
<div class="call-to-action text-center">
<a href="https://github.com/ChurchCRM/CRM/releases/latest" target="_blank"
class="btn btn-default btn-xl sr-button"><i class="fa fa-download fa-fw"></i> Download Latest Release</a>
</div>
</div>
<hr>
<div class="row">
<div class="embed-responsive embed-responsive-16by9 text-center">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/SMjZpo3aO5Q"></iframe>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-5 col-sm-6">
<img class="img-responsive" src="{{ site.baseurl }}/images/lamp.jpg" alt="">
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<h2 class="section-heading">Runs on LAMP</h2>
<p>Since ChurchCRM is a web-based application, you won't need to worry about what devices
are used to access it. All the "heavy lifting" is one on the server using what's commonly
known as <strong>LAMP</strong>. LAMP represents a set of applications combined with an operating system:
Linux, Apache, MySQL, and PHP.
<p/>
<p>If your church has an existing website, chances are good that you
already have the prerequisites in place, and you can co-host the application on the same servers as
your webpage (often with no additional cost)!</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<img src="{{ site.baseurl }}/images/docker.png">
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<div class="clearfix"></div>
<h2 class="section-heading">Docker</h2>
<p>
Pull the <a href="https://hub.docker.com/r/churchcrm/crm/" target="_blank"> docker registry
image</a> using
<p>
<code>docker pull churchcrm/crm</code>
</p>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-11">
<img class="img-responsive" src="{{ site.baseurl }}/images/readthedocs-logo.png" alt="">
<h3>The following are important docs to help get you started:</h3>
<ul>
<li><a href="http://docs.churchcrm.io/en/latest/">Docs Home Page</a></li>
<li><a href="http://docs.churchcrm.io/en/latest/Installation/">Installation</a></li>
<li><a href="http://docs.churchcrm.io/en/latest/Installation/Manual/">Manual Installation</a></li>
<li><a href="http://docs.churchcrm.io/en/latest/Installation/Upgrade/">Manual Upgrade</a></li>
</ul>
</div>
</div>