diff --git a/install.html b/install.html index d26be98..b8405f8 100644 --- a/install.html +++ b/install.html @@ -57,7 +57,18 @@

Installation

+

+ Cypht has four differents installation ways: +

+ +

Please read the bellow explanations about each way and pick one of your choice.


+

1. Manual installation

Requirements

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.

@@ -202,6 +213,52 @@

7. Other INI files

+

2. Install Cypht within Tiki

+

If you have tiki installed, you can use Cypht within tiki. This is an easy way of installing Cypht.
+ 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

+

+ 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.
+ 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: +

+ +

+ NOTE: Please change usernames and passwords before using the given docker-compose code in your production environment. +

+ +

4. Install Cypht on a YunoHost server

+

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 learn more about YunoHost, visit https://yunohost.org/fr/whatsyunohost +

+

+ To install Cypht on YunoHost, please follow these steps: +

+

Having problems?

I'm happy to help trouble-shoot any installation issues you run into. Send a message to jason [at] cypht [dot] org and I will get back to you as soon as I can.