-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.html
109 lines (96 loc) · 5.31 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
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
---
title: On-Premises, Install & Install, Server & Mobile Apps
permalink: "/install"
layout: en/default
class: install
description: |
Install & install the latest stable or release candidate version of
Rocket.Chat on your desktop, server, cloud or mobile phone.
theme: dark
redirect_from:
- "/download"
- "/download/"
- "/installation"
- "/installation/"
- "/features"
- "/features/"
- "/install/"
---
<section class="hero">
<h1 class="display--big theme_type--dark">Install Rocket.Chat</h1>
<p class="display--small theme_type--grey">On your desktop, mobile or server</p>
</section>
<section class="container js-download">
<div class="card theme_box--dark-strong install-box desktop">
<div class="wrap">
<h2 class="display theme_type--dark" id="desktop">Desktop Apps</h2>
<div class="install_desktop-buttons">
<a data-os="mac" href="" class="button mac active">Mac</a>
<a data-os="windows" href="" class="button windows">Windows</a>
<a data-os="linux" href="" class="button linux">Linux</a>
</div>
<div class="install_download mac active">
<a class="store-download" target="_blank" rel="noopener noreferrer" href="//itunes.apple.com/us/app/rocket-chat/id1086818840">
<img class="itunes" src="{{'/images/install/mac-store.svg' | relative_url }}">
</a>
<!-- <a href="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/{{ site.data.install.desktop.version }}/rocketchat-{{ site.data.install.desktop.version }}.dmg" download="" data-download="macos" data-label="MacOS" class="button manual-download"><img class="download-icon" src="{{'/images/install/download.svg' | relative_url }}" alt="download"> Direct Download</a> -->
</div>
<div class="install_download windows">
<a href="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/{{ site.data.install.desktop.version }}/rocketchat-setup-{{ site.data.install.desktop.version }}.exe" data-label="Windows" class="button manual-download"><img class="download-icon" src="{{'/images/install/download.svg' | relative_url }}" alt="download"> Direct Download</a>
</div>
<div class="install_download linux">
<p class="label theme_type--grey">Select your Version</p>
<div class="select--theme-dark select-download">
<select class="js-select-download" data-target="linux">
<option value="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/{{ site.data.install.desktop.version }}/rocketchat_{{ site.data.install.desktop.version }}_amd64.deb">deb(x64)</option>
<option value="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/{{ site.data.install.desktop.version }}/rocketchat-{{ site.data.install.desktop.version }}.x86_64.rpm">rpm(x64)</option>
</select>
</div>
<a href="" download="" data-download="linux" data-label="Linux" class="button manual-download"><img class="download-icon" src="{{'/images/install/download.svg' | relative_url }}" alt="download"> Direct Download</a>
</div>
</div>
<img class="install__desktop-image" src="{{'/images/install/desktop.png' | relative_url }}" alt="desktop">
</div>
</section>
<section class="container">
<div class="card theme_box--dark-strong install-box mobile">
<div class="wrap">
<p class="label theme_type--grey">iOS & Android</p>
<h2 class="display theme_type--dark" id="mobile">Mobile Apps</h2>
<p class="theme_type--grey">Take your conversations with you and never miss the action with our mobile apps for iOS and Android.</p>
<div class="mobile-download">
<a target="_blank" rel="noopener noreferrer" href="//play.google.com/store/apps/details?id=chat.rocket.android">
<img src="{{'/images/install/google-play.svg' | relative_url }}">
</a>
<a target="_blank" rel="noopener noreferrer" href="//itunes.apple.com/app/rocket-chat/id1148741252">
<img class="itunes" src="{{'/images/install/itunes-store.svg' | relative_url }}">
</a>
</div>
</div>
<img class="install__mobile-image" src="{{'/images/install/iphoneFull.png' | relative_url }}" alt="mobile">
<img class="install__mobile-image" src="{{'/images/install/androidFull.png' | relative_url }}" alt="mobile">
</div>
</section>
<section class="container install-server">
<div class="flex-grid grid--justify-around align--center">
<div class="col--haft">
<h2 class="display theme_type--dark" id="server">Server Installation</h2>
<p class="display--small theme_type--grey">Deploys to cloud servers under your control or on-prem</p>
</div>
</div>
<div class="space--3"></div>
<div class="install__tags-container">
{% for tag in site.data.install-tags %}
{% include install-tags.html tag=tag %}
{% endfor %}
</div>
<div class="space--6"></div>
<div class="card theme_box--dark-strong try-cloud">
<div class="wrap">
<h2 class="display theme_type--dark">Rocket.Chat Cloud</h2>
<p class="theme_type--dark">Choose the easiest way to install, set up and manage Rocket.Chat: it requires no technical knowledge and you can start a trial in a couple of minutes, no credit card required.</p>
<a class="button" href="/pricing">Try Cloud Now</a>
</div>
</div>
</section>
<div class="space--6"></div>