码迷,mamicode.com
首页 >  
搜索关键字:puppet lnmp    ( 3587个结果
LNMP状态管理命令
LNMP状态管理命令: LNMP状态管理: /root/lnmp {start|stop|reload|restart|kill|status} Nginx状态管理:/etc/init.d/nginx {start|stop|reload|restart} MySQL状态管理:/etc/init.d/mysql {start|stop|restart|reload|force-reload|status} Memcached状态管理:/etc/init.d/memcached {start|stop|re...
分类:其他好文   时间:2014-11-03 16:30:04    阅读次数:204
aix光盘安装包 aix puppet agent 自动化安装
脚本待处理事务1,替换指定行数据2,获取$1 :字段分割【Tips Notes,byRui】从光盘等安装媒介中isntallp -l -d /opt/ruiyhe or /dev/cd0 搜索所有的packages,以:坐字段分割符,使用shell截取$2字段,捕获到的这个字段就是光盘中可以使用的软...
分类:其他好文   时间:2014-11-02 19:31:55    阅读次数:163
WEB服务器搭建—lnmp
Lnmp是一组常用于来搭建动态网站或者服务器的软件平台,由linux、nginx、mysql、php四个组件组成。安装开发工具:Developmenttools、ServerPlatformDevelopment、AdditionalDevelopment源码安装nginx:1.yum--disablerepo=\*--enablerepo=c6-mediainstallpcre-developenssl-dev..
分类:Web程序   时间:2014-11-02 00:47:52    阅读次数:457
aix puppet agent
demo控制脚本tel,150 5519 8367Running Puppet on AIXPuppet on AIX is… not officially supported, yet still useful (at least one site has it deployed in a pro...
分类:其他好文   时间:2014-11-01 19:01:30    阅读次数:222
Puppet Agent/Master HTTPS Communications
The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several ways. The endpoints used by the agent are detailed in...
分类:Web程序   时间:2014-10-31 15:29:38    阅读次数:207
Puppet's Commands 3.7
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:其他好文   时间:2014-10-31 15:25:52    阅读次数:128
Puppet's Architecture 3.7
Puppet configures systems in two main stages:Compile a catalogApply the catalogThe Agent/Master ArchitecturePuppet usually runs in an agent/master arc...
分类:其他好文   时间:2014-10-31 15:02:15    阅读次数:239
在Puppet中用ERB模板来自动配置Nginx虚拟主机
**1. 模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件** puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可...
分类:其他好文   时间:2014-10-31 12:16:52    阅读次数:180
使用shell脚本完自动安装lnmp系统
#!/bin/bashcd /usr/local/src./installmysql./installnginx./installphp./installhaproxy./installkeepalivedtouch /usr/local/nginx/html/phpinfo.phpecho -e ...
分类:系统相关   时间:2014-10-30 22:29:13    阅读次数:503
在Puppet中用ERB模板来自动配置Nginx虚拟主机
模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件,puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可以考虑采用ERB模板,nginx的安装在这里建议用系统内部自带的YUM源来安..
分类:其他好文   时间:2014-10-30 19:22:25    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!