Browsing projects by Tag(s)

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

Showing page 1 of 1

AutoAPM 1.0.4 for Linux Written by Zhang Yan, SINA Corp., Beijing, China A tool to auto-compile & install Apache, PHP, MySQL on Linux from sources For more information please visit http://autoapm.vista.ac.cn Usage:var# wget http://autoapm.googlecode.com/files/autoapm-1.0.4.tar.gz var# ... [More] tar zxvf autoapm-1.0.4.tar.gz var# ./autoapm The path of some dirs (If install to /opt/sina):Apache dir: /opt/sina/apache/ Webpages dir: /opt/sina/apache/htdocs/ MySQL dir: /opt/sina/mysql/ PHP dir: /opt/sina/php/ The path of some files (If install to /opt/sina):apachectl: /opt/sina/apache/bin/apachectl httpd.conf: /opt/sina/apache/conf/httpd.conf mysql: /opt/sina/mysql/bin/mysql my.cnf: /etc/my.cnf php: /opt/sina/php/php php.ini: /opt/sina/php/etc/php.ini (Before install ZendOptimizer) php.ini: /opt/sina/zend/etc/php.ini (After install ZendOptimizer) Restart Apache: service httpd restart Restart MySQL: service mysql restart [Less]

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

小结: 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 5 days ago
 
 

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

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 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.