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.

40 lines
999 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. # MCP
  2. **Version: 0.1-Alpha**
  3. * Nginx
  4. * Lets Encrypt
  5. * Php-fpm
  6. * Nodejs
  7. * Mariadb
  8. * Fail2ban
  9. OpenSource CLI-App to install and handle stuff related to Web-Server. It can also be used
  10. to setup a Basic Development Environment on a Virtual Maschine like VirtualBox.
  11. Each Service will be installed with a basic setup. The Intention is to get a reliable and repeatable
  12. installation process. Also make a few function like add a Vhost or enable a Fail2ban rule easy.
  13. ## Requirements
  14. This Version is Alpha and only tested on **Ubuntu 18.04 LTS** and **Ubuntu 20.04 LTS**.
  15. Some of the Scripts are offensive and may change configurations files. The Tool use **PHP >= 7.2**.
  16. ## Documentation
  17. ### Install
  18. Download or clone this Repository,
  19. ```bash
  20. git clone https://gitea.tentakelfabrik.de/Tentakelfabrik/mcp.git
  21. ```
  22. ```bash
  23. cd mcp
  24. sudo ./install.sh
  25. ```
  26. ## License
  27. MCP is an open-source software licensed under the [MIT license](https://github.com/laravel-zero/laravel-zero/blob/stable/LICENSE.md).