velocitynet / lamp-yum

Yum Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS

Home Page:https://teddysun.com/lamp-yum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 - 2017 Teddysun

Licensed under the GPLv3 License.

About

Yum Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS

https://teddysun.com/lamp-yum

License:GNU General Public License v3.0


Languages

Language:PHP 63.7%Language:ApacheConf 19.2%Language:Shell 12.7%Language:HTML 4.4%