diff --git a/install.html b/install.html
index d26be98..b8405f8 100644
--- a/install.html
+++ b/install.html
@@ -57,7 +57,18 @@
+ Cypht has four differents installation ways:
+ Please read the bellow explanations about each way and pick one of your choice. Cypht requires at least PHP 5.6, Composer 2, and at minimum the OpenSSL, mbstring and cURL extensions. Cypht can also leverage several other extensions as defined in composer.json. Testing is done on Debian and Ubuntu platforms with Nginx and Apache.
If you have tiki installed, you can use Cypht within tiki. This is an easy way of installing Cypht.
+ Using Docker is one of the easiest way to install cypht as the cypht docker image comes with all the steps required in the manual instalation done for you. But the bad news is that this instllation way requires docker knowledge.
+ NOTE: Please change usernames and passwords before using the given docker-compose code in your production environment.
+ This is an other easy way of installing and use Cypht. YunoHost is an operating system that aims to simplify server administration as much as possible to democratize self-hosting while remaining reliable,
+ secure, ethical and lightweight. It is a free software project owned exclusively by volunteers. Technically, it can be seen as a distribution based on
+ Debian GNU/Linux and can be installed on many types of hardware.
+ To install Cypht on YunoHost, please follow these steps:
+ Installation
+
+
+
+ 1. Manual installation
Requirements
7. Other INI files
+ 2. Install Cypht within Tiki
+
+ Please follow the following link for a complete guide of how to install and use cypht within Tiki.
+ https://doc.tiki.org/Webmail
+ 3. Install cypht using Docker
+
+ Here is the cypht docker repository: https://hub.docker.com/r/sailfrog/cypht-docker
+ To run containers required by cypht, please, first make sure you have docker and docker-compose installed on your system, then take a look on the section "exemple docker-compose" of repository overview, then do the following:
+
+
+ docker-compose up -d
4. Install Cypht on a YunoHost server
+
+ To learn more about YunoHost, visit https://yunohost.org/fr/whatsyunohost
+
+
+