X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/bed808591804925c3e52cb9f61f3f0ddf0502706..5efae52e3028850bd88ed03945f5d912420a36d3:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 4bc1030..c62e252 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Jirafeau project won't evolve to a file manager and will focus to keep a very fe ## Installation +This shows how to install Jirafeau by your own, it's quite simple but you can +also use a [docker image](https://hub.docker.com/r/mojo42/jirafeau/) or build +it yourself. Check [docker folder](docker/README.md) for more informations. + System requirements: - PHP >= 5.6 - Optional, but recommended: Git >= 2.7 @@ -140,7 +144,7 @@ location ~ /var-.* { ``` You should also remove un-necessessary write access once the installation is done (ex: configuration file). -An other obvious basic security is to let access users to the site by HTTPS. +An other obvious basic security is to let access users to the site by HTTPS (make sure `web_root` in you `config.local.php` is set with https). ## Server side encryption