Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lnmp | 2,591 | a month ago | 19 | apache-2.0 | Shell | |||||
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu | ||||||||||
Oneinstack | 2,202 | 12 days ago | 54 | apache-2.0 | Shell | |||||
OneinStack - A PHP/JAVA Deployment Tool | ||||||||||
Netkiller.github.io | 1,122 | 7 days ago | HTML | |||||||
Netkiller Free ebook - 免费电子书 | ||||||||||
Php Dockerized | 1,095 | 5 years ago | 1 | mit | PHP | |||||
Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ | ||||||||||
Nodock | 717 | 3 years ago | 20 | mit | Shell | |||||
Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images | ||||||||||
Robbin_site | 710 | 3 years ago | 8 | Ruby | ||||||
robbin's website | ||||||||||
Laravel Ubuntu Init | 703 | 2 years ago | 7 | Shell | ||||||
A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 & Ubuntu 18 system. | ||||||||||
Centminmod | 592 | 2 months ago | gpl-3.0 | Shell | ||||||
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed) | ||||||||||
Middleware_development_learning | 452 | 2 years ago | 2 | C | ||||||
中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo--(技术交流QQ群:568892619) | ||||||||||
Srcache Nginx Module | 434 | 9 months ago | 24 | C | ||||||
Transparent subrequest-based caching layout for arbitrary nginx locations. |
ezhttp is a powerful bash script for the installation of web server(Apache,Nginx,PHP,MySQL and etc).You can install Apache Nginx PHP MySQL in an very easy way,Just need to input numbers to choose what you want to install before installation.And all things will be done in a few minutes.
wget https://github.com/centos-bz/ezhttp/archive/master.zip?time=$(date +%s) -O ezhttp.zip
unzip ezhttp.zip
cd ezhttp-master
chmod +x start.sh
Interactive installation
./start.sh
Non-interactive installation
./start.sh -h # option h to print help info
Nginx Location | |
---|---|
Install Prefix | /usr/local/nginx |
Main Configuration File | /usr/local/nginx/conf/nginx.conf |
Virtual Host Configuration | /usr/local/nginx/conf/vhost/ |
Apache Location | |
---|---|
Install Prefix | /usr/local/apache |
Main Configuration File | /usr/local/apache/conf/httpd.conf |
Virtual Host Configuration | /usr/local/nginx/conf/vhost/ |
PHP Location | |
---|---|
Install Prefix | /usr/local/php |
Ini Configuration File | /usr/local/php/etc/php.ini |
FPM Configuration File | /usr/local/apache/conf/vhost/ |
MySQL Location | |
---|---|
Install Prefix | /usr/local/mysql |
Data Location | /usr/local/mysql/data |
my.cnf Configuration File | /usr/local/mysql/etc/my.cnf |
Error Log Location | /usr/local/mysql/data/mysql-error.log |
Slow Log Location | /usr/local/mysql/data/mysql-slow.log |
Process | Command |
---|---|
nginx | /etc/init.d/nginx (start|stop|restart) |
apache | /etc/init.d/httpd (start|stop|restart) |
php-fpm | /etc/init.d/php-fpm (start|stop|restart) |
mysql | /etc/init.d/mysqld (start|stop|restart) |
Command | Description |
---|---|
ez vhost add | create virtual host |
ez vhost list | list all virtual host |
ez vhost del | remove a virtual host |
ez mysql reset | reset mysql password |
ez mysql add | create a mysql user |
ez mysql mod | modify a mysql user |
ez mysql del | delete a mysql user |
ez ftp add | add a ftp user |
ez ftp list | list ftp user |
ez ftp del | delete a ftp user |
ez ftp mod | modify a ftp user |
Please feel free to report any bugs and issues to me, my email is: [email protected].
中文支持:https://www.centos.bz/2017/02/ezhttp/