OpenSource CLI-App to install and handle stuff related to Web-Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Björn 95be8c61b0 adding 3 years ago
app adding #45 3 years ago
bootstrap init 3 years ago
config init 3 years ago
resources adding #45 3 years ago
storage adding 3 years ago
tests init 3 years ago
.editorconfig init 3 years ago
.gitignore adding 3 years ago
README.md adding 3 years ago
box.json init 3 years ago
composer.json adding #18 3 years ago
composer.lock adding #18 3 years ago
install.sh adding #18 3 years ago
mcp init 3 years ago
phpunit.xml.dist init 3 years ago

README.md

MCP

Version: 0.3

  • Nginx
  • Lets Encrypt
  • Php-fpm
  • Nodejs
  • Mariadb
  • Fail2ban

OpenSource CLI-App to install and handle stuff related to Web-Server. It can also be used to setup a Basic Development Environment on a Virtual Maschine like VirtualBox.

Each Service will be installed with a basic setup. The Intention is to get a reliable and repeatable installation process. Also make a few function like add a Vhost or enable a Fail2ban rule easy.

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

Install

Download or clone this Repository,

git clone https://gitea.tentakelfabrik.de/Tentakelfabrik/mcp.git
cd mcp
sudo ./install.sh
composer install

License

MCP is an open-source software licensed under the MIT license.