PHP 7.0.0 一键安装脚本

OSCM (Operation System Configure Management) 是我创建的一个自动化运维脚本的项目,旨在提供敏捷运维。传统自动化运维工具例如  ansible, saltstackpuppet  不够灵活,配置繁琐,很多限制等等。这些工具更适合没有软件开发基础的运维人员。对于从软件工程师转到运维领域的人,这些工具就是鸡肋。 

https://github.com/oscm/shell/

我将常用的运维写成 Shell 片段,根据环境的不同,加以组合使用。由于是shell 编写,可能自由发挥,不受任何限制,更灵活。

 

Nginx 安装脚本

?


1

2

3

4

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/centos7.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/web/nginx/nginx.centos7.sh | bash

 

PHP 安装脚本

?


1

2

3

4

5

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/lang/gcc/gcc.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/devel.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/php-7.0.0.sh | bash

curl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/php-7.0.0-default.sh  | bash

时间: 2024-08-01 19:08:59

PHP 7.0.0 一键安装脚本的相关文章

memcached一键安装脚本V1.0

#!/bin/bash #author itnihao #version 1.0 #date 2012-08-04 #mail itnihao@qq.com # www.bianceng.cn #source http://code.google.com/p/auto-task-pe/ green='\e[0;32m' red='\e[0;31m' blue='\e[0;36m' blue1='\e[5;31m' NC='\e[0m' soft_PATH=$(pwd) libevent_vers

cacti一键安装脚本V1.1

01.#!/bin/bash 02.#function +++++++++++++cacti auto install scripts+++++++++++++++++++ 03.#author itnihao 04.#version 1.1 05.#date 2012-08-17 v1.006.#date 2012-08-18 v1.1更新增加syslog-ng等内容07.#mail itnihao@qq.com 08.#www.bianceng.cn 09.#source http://co

ONOS一键安装脚本

工欲善其事,必先利其器.在部署SDN实践时,通常需要安装OVS和控制器等软件,经历过的同学都知道,很多时候会被一些细节卡住,影响生产效率.有时由于实验需要还需要多次部署同样的内容,重复进行多遍同样的命令,浪费时间.所以很有必要将安装过程转化为一键安装脚本.本文总结的一键安装脚本就是在部署ONOS集群时,为提高安装ONOS效率而整理的,希望能帮助到同样需要多次安装ONOS的其他人. 安装脚本 安装脚本将安装ONOS及其依赖软件的所有命令都写到了shell文件,并加一些必要判断语句,使得安装脚本使用

linux中dante socks5 一键安装脚本介绍

Danted Socks5 一键安装脚本 ******功能特点 1. 采用最新稳定版本 1.4.0 编译安装. 2. 自动识别系统IP(默认排除192.168.0.*, 10.0.0.*,127.0.0.*),检测多Ip时,进行交互式选择Ip配置(直接回车则全部配置). 3. 采用Pam用户认证,认证不需要添加系统用户(默认添加进程用户sock),删除.添加用户方便,安全. 4. sock5 运行状态查看. 5. 系统启动后自动加载. 6. 认证方式可选: 无用户名密码,系统用户名密码,Pam用

CentOS下IPSEC/L2TP VPN一键安装脚本(openswan+xl2tpd)

概念性的东西这里不再赘述,网上有太多,一键安装脚本也有很多,但是很多不能用,能用的也仅仅只是在CentOS6下使用,CentOS7基本没看到这些安装脚本.于是花了一些时间来折腾测试,写这个脚本方便以后VPN的一键安装搭建.其中用的开源软件包是openswan和xl2tpd,,中间碰到过很多很多问题,如openswan和xl2tpd之间的兼容性问题. 请容许我这样做,脚本依赖<lnmp一键安装包>,可以在安装完lnmp后,执行这个脚本(vpn_centos.sh)来一键搭建你的个人vpn Cen

Centos7搭建pptp VPN一键安装脚本

Centos7搭建pptp一键安装脚本 废话不多说,先上脚本地址:Centos7一键pptp 使用: wget https://raw.githubusercontent.com/DanylZhang/VPS/master/CentOS7-pptp-host1plus.sh chmod +x ./CentOS7-pptp-host1plus.sh ./CentOS7-pptp-host1plus.sh -u your_username -p your_password 1 2 3 可在-u.-p

CentOS下shadowsocks-nodejs一键安装脚本

本脚本适用环境: 系统支持:CentOS/Redhat/Fedora 内存要求:≥128M 日期:2014年05月05日 关于本脚本: 一键安装 Nodejs 版的 shadowsocks 最新版本,同时会安装 Nodejs. 备注:因为需要编译安装 Nodejs 的最新版,如果内存太小的话会安装失败,因此本人只在最低 128MB 的 VPS 上测试过该脚本. 默认配置: 服务器端口:8989 客户端端口:1080 密码:自己设定(如不设定,默认为teddysun.com) 客户端下载: htt

CentOS下shadowsocks一键安装脚本

本脚本适用环境: 系统支持:CentOS/Redhat/Fedora 内存要求:≥64M 日期:2014年2月16日 关于本脚本: 一键安装shadowsocks的Python版本,同时安装了Python包工具pip. 默认配置: 服务器端口:8989 客户端端口:1080 密码:自己设定(如不设定,默认为teddysun.com) 客户端下载: http://sourceforge.net/projects/shadowsocksgui/files/dist/ 使用方法: 使用root用户登录

Linux 搭建VPN,PPTPD一键安装脚本

大家百度都知道有很多为Linux搭建PPTPD方式的VPN文章,主要是用到4个rpm包安装(dkms.kernel_ppp_mppe.pptpd.ppp) 这4个包因为版本差异依赖,总会遇到很多问题,我已经下载了匹配的4个包上传到我的百度网盘中,如果脚本中直接引用的地址不能正常下载,则大家自行到我的网盘中下载下来后,然后修改一下脚本即可. http://pan.baidu.com/s/1hqmsHrY http://pan.baidu.com/s/1eQzTYtc http://pan.baid