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.

36 lines
692 B

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. It can be used also to setup a Basic Development Envoriment.
  10. ## Requirements
  11. This Version is Alpha and only tested on **Ubuntu 18.04 LTS** and **Ubuntu 20.04 LTS**.
  12. Some of the Scripts are offensive and may change configurations files. The Tool use **PHP >= 7.2**.
  13. ## Documentation
  14. ### Install
  15. Download or clone this Repository,
  16. ```bash
  17. git clone https://gitea.tentakelfabrik.de/Tentakelfabrik/mcp.git
  18. ```
  19. ```bash
  20. cd mcp
  21. sudo ./install.sh
  22. ```
  23. ## License
  24. MCP is an open-source software licensed under the [MIT license](https://github.com/laravel-zero/laravel-zero/blob/stable/LICENSE.md).