转 服务器搭建2
|-转 一键安装,用sh脚本一键安装LAMP
https://github.com/teddysun/lamp
Description
LAMPis a powerful bash script for the installation of Apache + PHP + MySQL/MariaDB and so on. You can install Apache + PHP + MySQL/MariaDB in an very easy way, just need to choose what you want to install before installation. And all things will be done in few minutes.
- Supported System
- Supported Software
- Software Version
- Installation
- Upgrade
- Backup
- Uninstall
- Default Installation Location
- Process Management
- lamp command
- Bugs & Issues
- License
- If your server system: Amazon Linux/CentOS/RedHat
yum -y install wget git git clone https://github.com/teddysun/lamp.git cd lamp chmod 755 *.sh ./lamp.sh
- If your server system: Debian/Ubuntu
apt-get -y install wget git git clone https://github.com/teddysun/lamp.git cd lamp chmod 755 *.sh ./lamp.sh
./lamp.sh -h
- Automation install mode example
./lamp.sh --apache_option 1 --apache_modules mod_wsgi,mod_security --db_option 2 --db_root_pwd teddysun.com --php_option 5 --php_extensions apcu,ioncube,imagick,redis,mongodb,libsodium,swoole --db_manage_modules phpmyadmin,adminer --kodexplorer_option 1
更新于:2022-07-15 12:16:27
|--转 跟帖在亿速云上用一键安装LAMP命令
安装结束后,发现Apache无法运行,service httpd restart 报错
Function not implemented: AH00141: Could not initialize random number generator...
浏览更多内容请先登录。
立即注册
更新于:2021-12-13 09:39:31
相关内容
Centos7利用yum安装apache+mysql8+php7 一篇搞定!
Shadowsocks服务原理
Centos7 安装Apache过程详解
开源商城shopwind安装许可协议
LAMP和WAMP集成安装包汇总
推荐内容