随笔分类 -  服务器

服务器搭建相关
ubuntu12 安装redis和phpRedisAdmin详细流程
摘要:一、Ubuntu安装redis(redis默认端口6379) 方式一、直接下载源码,编译(redis可以编译源码之后直接运行,不需要安装) 1.1执行命令,从官网下载源码编译: $ wget http://download.redis.io/releases/redis-3.2.5.tar.gz $ 阅读全文

posted @ 2016-11-27 22:56 RobotZhu 阅读(1330) 评论(0) 推荐(0)

ubuntu12上部署Django1.8.4+uwsgi+nginx超级详细流程配置到云服务器
摘要:环境: 系统:ubuntu12,系统自带默认有python2.7 框架:Django1.8.4,需要python2.7以上才能支持 前言: 用户浏览器发送http请求->nginx(静态文件js,直接返回静态文件)->uWSGI(动态请求,nginx与uWSGI是通过socket传送交流的)->Dj 阅读全文

posted @ 2016-11-06 23:47 RobotZhu 阅读(893) 评论(0) 推荐(1)

将openfire部署到CentOS云服务器上
摘要:http://ishere.cn/2014/07/25/centos-64bit-openfire.html CentOS 64位安装openfire http://ishere.cn/2014/07/25/centos-64bit-openfire.html CentOS 64位安装openfir 阅读全文

posted @ 2016-05-16 16:36 RobotZhu 阅读(598) 评论(0) 推荐(0)

导航