Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben182/server-tool
A fully featured LAMP+ installer and management tool for Ubuntu servers.
https://github.com/ben182/server-tool
Last synced: 23 days ago
JSON representation
A fully featured LAMP+ installer and management tool for Ubuntu servers.
- Host: GitHub
- URL: https://github.com/ben182/server-tool
- Owner: ben182
- Created: 2018-02-28T21:08:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:57:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T13:41:46.963Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.05 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](stool_v2_min.png "Logo")
A fully featured LAMP+ installer and management tool for Ubuntu servers
## Install
**Latest stable version**
`bash <(curl -s https://raw.githubusercontent.com/ben182/server-tool/master/scripts/get.sh)`
**Nightly builds**
`bash <(curl -s https://raw.githubusercontent.com/ben182/server-tool/master/scripts/get_develop.sh)`
This script is supposed to be run on a fresh Ubuntu machine. It will install:
* Apache
* MySQL
* PHP 7.2, 7.3, 7.4
* Composer
* Certbot
* vnStat
* phpMyAdmin (optional)
* Node.js (optional)
* Yarn (optional)
* Redis (optional)
* Netdata (optional)Furthermore it will configure the complete server to be as secure as it can get:
* MySQL Secure Installation
* phpMyAdmin with Basic Authentication
* Secure Apache Configuration
* Redis PasswordIn the everyday usage the server-tools can also manage your server:
* Adding vHosts
* Adding SSL
* PHP version switch
* Creating deamons
* Managing Floating IP's
* Create MySQL databases and users
* Change PHP settings
* Adding Basic Auth protection to vHosts
* Installing and configuring Wordpress