-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements.html
executable file
·76 lines (63 loc) · 1.89 KB
/
requirements.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
---
layout: single_page
tagline: Technical Information
title: What <strong>Requirements?</strong>
---
<section class="site-section about-section next-section-indicator" id="about">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-push-2 col-sm-12 section-content">
<blockquote cite="http://">
TeamPass needs to be installed on a web server with next minimal configuration.
</blockquote>
</div>
</div>
<div class="row text-center">
<header class="col-md-8 col-md-push-2 col-sm-12 section-header">
<h2>Server Requirements</h2>
<hr class="normal">
</header>
</div>
<div class="row text-left">
<div class="col-md-8 col-md-push-2 col-sm-12 section-content">
<p>
<ul class="icon-list">
<li>Apache v2.0 (and after) OR Nginx</li>
<li>MariaDB 10 (and after) OR MySQL v8 (and after)</li>
<li>PHP v8.1 (recommanded 8.2)</li>
</ul>
</p>
</div>
</div>
<p> </p>
<p> </p>
<div class="row text-center">
<header class="col-md-8 col-md-push-2 col-sm-12 section-header">
<h2>Expected PHP modules</h2>
<hr class="normal">
</header>
</div>
<div class="row text-left">
<div class="col-md-8 col-md-push-2 col-sm-12 section-content">
<p>
<ul class="icon-list">
<li>bcmath</li>
<li>curl</li>
<li>gd</li>
<li>gmp</li>
<li>iconv</li>
<li>LDAP (if using LDAP identification)</li>
<li>mbstring</li>
<li>mcrypt</li>
<li>mysqli</li>
<li>openssl</li>
<li>xml</li>
</ul>
</p>
</div>
</div>
<div class="row text-center">
{% include ads.html %}
</div>
</div>
</section>