All Projects → teddysun → Lamp Yum

teddysun / Lamp Yum

Licence: gpl-3.0
Yum Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS

Projects that are alternatives of or similar to Lamp Yum

Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+2540.86%)
Mutual labels:  mariadb, lamp, centos
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+2032.26%)
Mutual labels:  mariadb, lamp
Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (+458.06%)
Mutual labels:  mariadb, centos
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+87.1%)
Mutual labels:  mariadb, centos
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+2575.27%)
Mutual labels:  mariadb, lamp
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+3768.82%)
Mutual labels:  mariadb, lamp
Lnmp
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
Stars: ✭ 2,119 (+2178.49%)
Mutual labels:  mariadb, lamp
Docker Lamp
Docker with Apache, MySql, PhpMyAdmin and Php
Stars: ✭ 276 (+196.77%)
Mutual labels:  mariadb, lamp
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+266.67%)
Mutual labels:  lamp, centos
Mariadb Container
MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 19 (-79.57%)
Mutual labels:  mariadb, centos
The Practical Linux Hardening Guide
This guide details creating a secure Linux production system. OpenSCAP (C2S/CIS, STIG).
Stars: ✭ 8,790 (+9351.61%)
Mutual labels:  centos
Mariadbpp
C++ client library for MariaDB.
Stars: ✭ 76 (-18.28%)
Mutual labels:  mariadb
Karton
Karton - Run Linux programs on macOS, a different Linux distro, or a different architecture
Stars: ✭ 87 (-6.45%)
Mutual labels:  centos
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-4.3%)
Mutual labels:  mariadb
Element Rpm
Providing the Element messaging desktop client packaged for the Fedora, Red Hat(IBM), and OpenSUSE families of linux desktop operating systems.
Stars: ✭ 73 (-21.51%)
Mutual labels:  centos
Rmariadb
An R interface to MariaDB
Stars: ✭ 86 (-7.53%)
Mutual labels:  mariadb
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (-22.58%)
Mutual labels:  centos
Docker Headless Vnc Container
Collection of Docker images with headless VNC environments
Stars: ✭ 1,176 (+1164.52%)
Mutual labels:  centos
Ebean
Ebean ORM
Stars: ✭ 1,172 (+1160.22%)
Mutual labels:  mariadb
Bluewall
Bluewall is a firewall framework designed for offensive and defensive cyber professionals.
Stars: ✭ 92 (-1.08%)
Mutual labels:  centos

LAMP

Description

LAMP is a powerful bash script for the installation of Apache + PHP + MySQL/MariaDB and so on. You can install Apache + PHP + MySQL/MariaDB in a smaller memory VPS by yum command, Just need to input numbers to choose what you want to install before installation. And all things will be done in a few minutes.

Supported System

  • CentOS-6.x
  • CentOS-7.x

System requirements

  • Hard disk space: 2GB
  • RAM: 64MB
  • An internet connection is required
  • Correct repository
  • User: root

Supported Software

  • Apache-2.2 for CentOS-6.x
  • Apache-2.4 for CentOS-7.x
  • MySQL-5.5 MariaDB-5.5
  • PHP-5.4 PHP-5.5 PHP-5.6
  • PHP Module: XCache, Zend Guard Loader, ionCube Loader (PHP 5.4 only)
  • phpMyAdmin

Installation

yum -y install wget unzip
wget --no-check-certificate -O lamp-yum.zip https://github.com/teddysun/lamp-yum/archive/master.zip
unzip lamp-yum.zip
cd lamp-yum-master
chmod +x *.sh
./lamp.sh 2>&1 | tee lamp.log

Upgrade

yum -y update

phpMyAdmin Upgrade

./update_phpmyadmin.sh

Uninstall

./lamp.sh uninstall

Default Location

Apache Location Path
Web root location /data/www/default
Main Configuration File /etc/httpd/conf/httpd.conf
MySQL Location Path
Data Location /var/lib/mysql
my.cnf Configuration File /etc/my.cnf

Process Management

Process Command
Apache /etc/init.d/httpd (start|stop|status|restart)
MySQL /etc/init.d/mysqld (start|stop|status|restart)
MariaDB /etc/init.d/mysqld (start|stop|status|restart)

License

Copyright (C) 2014 - 2018 Teddysun

Licensed under the GPLv3 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].