Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

小结: sudo apt-get update sudo apt-get dist-upgrade 安装上mysql5 sudo apt-get install mysql-server 安装apache2 sudo apt-get install apache2 安装php5 sudo apt-get install php5 安装php的mysql模块 sudo apt-get install php5-mysql 安装GD库 sudo apt-get ... [More] install php5-gd apache2的操作命令: 启动:sudo /etc/init.d/apache2 start 重启:sudo /etc/init.d/apache2 restart 关闭:sudo /etc/init.d/apache2 stop apache2的默认主目录:/var/www/ { (使用ssh ftp传文件时) 设置 chmod 777 /var/www/ } ZendOptimizer-3.3.0-linux-glibc21-i386.tar.gz 解压ZendOptimizer $ sudo tar vxfz ZendOptimizer-3.3.0-linux-glibc21-i386.tar.gz 进入安装目录 $ cd ZendOptimizer-3.3.0-linux-glibc21-i386 查看相应的安装文件 $ ls install.sh就是执行安装的脚本文件. $ sudo ./install.sh 安装初始界面 按回车键,进入下一步. 接着,系统显示许可证协议 许可证协议 按回车键,跳过协议内容. 确认协议许可 系统显示是否认同该协议.选择yes,按回车键确认.进入下一步. ZendOptimizer的安装路径,缺省安装路径是/usr/local/Zend 指定php配置文件php.ini的路径,Ubuntu的php配置文件路径为: /etc/php5/apache2/ 系统询问是否使用apache web服务器 选择yes,按回车键确认,进入下一步. 系统要求指定apache2ctl路径, 选择ok,按回车键确认 /usr/sbin/apache2ctl 下一步 . . . 下一步 ZendOptimizer安装完毕 系统安装完毕.按回车键,进入下一步 重启apache. 重启apache sudo /etc/init.d/apache2 restart [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

A tool to auto-compile & install Nginx, PHP, MySQL on Linux from sources.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

这是一个自动编译配置nginx、mysql、php、proftpd。类似xampp,但是没有xampp这么复杂。这套脚本的目的仅仅是减轻搭建上述环境过程中的重复劳动。并且我们提供的不是已经编译好程序,而是构建这套环境的脚本程序。 ... [More] 目标用bash脚本实现上述4个软件的自动安装,相关的组件也能自动安装 最大自包含,尽量降低对系统依赖 能自动完成大部分配置工作,套件只要一启动就能使用 实现采用树状结构存放相关程序,编译和配置的脚本名录为process,编译的过程其实对这颗树中process的遍历。为了方便管理,各个组件的配置信息则统一放在根目录的config文件中。 1. 文件目录结构 |-- build |-- config |-- lnmpp |-- functions |-- depot `-- work |-- mysql |-- nginx | |-- conf | |-- dep | | `-- pcre | | |-- process | | `-- src | |-- process | `-- src |-- php `-- proftpd build 主调脚本 config 统一配置文件 lnmpp 套件启动,停止脚本 functions 公用函数 depot 存放源码文件压缩包 work 工作目录 nginx 软件名 conf 软件配置文件存放目录 dep 依赖程序存放目录 pcre 依赖组件名 process依赖组件编译、安装、配置命令集合 src 依赖组件源码目录 process 软件编译、安装、配置脚本 src 包源码解压目录 [Less]

0
 
  0 reviews  |  0 users  |  7,425 lines of code  |  3 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.