首页 > 代码库 > Work Schedule

Work Schedule

今日工作安排:搭环境

安装VMWare View Client、建立连接,访问外部服务器。

安装lrzsz 解决上传下载的问题

安装apach php 建立WEB环境

拷贝代码

 

apache安装方法:

cd /usr/local
tar -zxvf httpd-2.2.6.tar.gz
cd httpd-2.2.6/
./configure --prefix=/usr/local/apache --enable-so

make && make install

restart.sh  /usr/local/apache/bin/apachectl  restart

start.sh     /usr/local/apache/bin/apachectl start

stop.sh    /usr/local/apache/bin/apachectl stop

 

 

安装emacs和xdebug的包:
emacs-23.1.tar.gz

emacs.tgz

geben-0.15.tar.gz

geben-0.26.tar.gz

xdebug-2.2.1.tgz