From d4459b21c461176ecb2c3a88820efc0303d93351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 9 Aug 2020 17:05:23 +0200 Subject: [PATCH] adding documentation --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee78863..e2f98e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,35 @@ # MCP +**Version: 0.1-Alpha** + +* Nginx +* Lets Encrypt +* Php-fpm +* Nodejs +* Mariadb +* Fail2ban + +It can be used also to setup a Basic Development Envoriment. + +## Requirements + +This Version is Alpha and only tested on **Ubuntu 18.04 LTS** and **Ubuntu 20.04 LTS**. +Some of the Scripts are offensive and may change configurations files. The Tool use **PHP >= 7.2**. + ## Documentation -## Contribute +### Install + +Download or clone this Repository, + +```bash +git clone https://gitea.tentakelfabrik.de/Tentakelfabrik/mcp.git +``` + +```bash +cd mcp +sudo ./install.sh +``` ## License