yum install nginx提示 需要 安装,epel epel是centos等衍生发行版,用来弥补centos内容更新有时比较滞后或是一些扩展的源 发现 nginx,redis都在epel yum源上...
分类:
系统相关 时间:
2015-08-13 01:21:23
阅读次数:
218
一般情况下强烈建议在CentOS6下面使用YUM配置安装LAMP环境,一些兄弟也很喜欢使用编译的安装方法,个人觉得如果不是对服务器做定制,用yum安装稳定简单,何必去download&make&make install呢。 为centos配置rpmforge及epel源。centos官方的源其实也....
分类:
其他好文 时间:
2015-08-12 18:52:31
阅读次数:
126
安装源 wget?http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm?-Uvh?epel-release*rpm
yum?install?fcgi-devel?spawn-fcgi?-y 编译安装fcgiwrap git?clone?git://githu...
分类:
其他好文 时间:
2015-08-12 17:06:46
阅读次数:
249
1.1安装epel源#cd/usr/local/src/#wgethttp://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm#rpm-ivhepel-release-6-8.noarch.rpm1.2安装rpmforge这步很重要,在redhat6和centos6的epel源上没有python-jinja2,一开始安装变卡在这了.1wgethttp://apt.sw...
分类:
其他好文 时间:
2015-08-12 15:00:36
阅读次数:
133
【环境准备】OS: CentOS 6.3 x86_64【安装要求】如果有条件,提供一台全新的Server(仅仅只安装了一些系统的软件包),可以直接使用一键安装脚本(gitlab-install-el6.sh)来搭建,非常容易,只需要5步骤,如下:1> 安装EPEL扩展源切换到root用户$ sudo...
分类:
其他好文 时间:
2015-08-10 19:52:53
阅读次数:
172
初用centos,很多不习惯,记录一下。首先装EPEL,不然默认的包少得可怜:(详见:http://www.rackspace.com/knowledge_center/article/install-epel-and-additional-repositories-on-centos-and-re...
分类:
其他好文 时间:
2015-08-06 20:00:47
阅读次数:
149
每次讲课都要配置yum,很麻烦,自己总接了一下,写了个脚本,一键完成。把它当作系统安装刚安装完成后的优化,是很不错的。不废话了,上脚本[root@localhost~]#viyum_config.sh#!/bin/bash#byscfa2015-08-01############installbasetools#########echo"#######################..
分类:
其他好文 时间:
2015-08-02 06:31:01
阅读次数:
122
Docker安装rpm-ivhepel-release-6-8.noarch.rpm先安装epel-release-6-8.noarch.rpmyum-yinstalldocker-io安装docker-io的包,如果之前有安装任何Docker的安装包全部卸除掉servicedockerstart启动docker进程chkconfig--level2345dockeron设置docker自动启动dockerpullcentos:late..
分类:
其他好文 时间:
2015-07-31 18:42:46
阅读次数:
179
在CentOS 6.x 的系统中,是集成xdebug 的,yum install php-pecl-xdebug如果是CentOS.5 也可能通过安装安装 epel 来安装rpm -ivhhttp://dl.fedoraproject.org/pub/epel/5/x86_64/epel-relea...
分类:
其他好文 时间:
2015-07-29 19:01:02
阅读次数:
127