-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.html
More file actions
19 lines (17 loc) · 831 Bytes
/
install.html
File metadata and controls
19 lines (17 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
---
<p>B-Translator is made of two parts,
a <a href="https://github.com/B-Translator/btr_client"
target="_blank">client</a> application and a
<a href="https://github.com/B-Translator/btr_server"
target="_blank">server</a> application, which communicate with
each-other through an <a href="/api/" target="_blank">HTTP
API</a>. Both of these applications are built with Drupal7. For more
flexibility, there is also
a <a href="https://github.com/B-Translator/btrclient"
target="_blank">drupal module</a> for the client, that can be
installed independently on any Drupal application or distribution.</p>
<p>For installation instructions see:
<a href="https://github.com/B-Translator/btr_server/blob/master/README.md"
target="_blank">https://github.com/B-Translator/btr_server/blob/master/README.md</a></p>