Skip to content

Commit 61b8f9c

Browse files
committed
Documentation: Add note about 3rd party installers and multiple installation routes
1 parent d692415 commit 61b8f9c

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

public/documentation/installation_guide.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@
77
</head>
88
<body>
99
<h1>Chamilo 2 installation guide</h1>
10-
<p>
10+
1111
This is the official Chamilo installation guide for version 2+.
12-
</p>
12+
There are many ways to install Chamilo, depending on your needs. Some of these ways, from easiest but less flexible, to most complex but most flexible, are:
13+
<ul>
14+
<li>Softaculous (3rd party installer)</li>
15+
<li>Installatron (3rd party installer)</li>
16+
<li>Web panel (managed hosting)</li>
17+
<li>Docker image (with or without Kubernetes or equivalent)</li>
18+
<li>Dedicated Windows server/Virtual machine</li>
19+
<li>Dedicated Linux server/Virtual machine</li>
20+
</ul>
21+
The instructions below focus on the most difficult installation procedures.<br>
22+
We believe third-party installers will make it easier for you by abstracting the complexities of your own setup.<br>
23+
This ease of installation is usually balanced with a lower scalability or adaptability, but they are good solutions to start.<br>
24+
1325
<h2>1. Requirements</h2>
1426
<a id="requirements" class="anchor"></a>
1527

1628
This version of Chamilo requires the following software stack.
17-
It might be installed in other contexts as PHP is very portable, but the following has been thoroughly tested for production environments.
29+
It might be installed in other contexts, as PHP is very portable, but the following has been thoroughly tested for production environments.
1830
<ul>
1931
<li>Apache 2.4+ (with mod-rewrite enabled)</li>
2032
<li>MariaDB 10+ or MySQL 5+</li>

0 commit comments

Comments
 (0)