Work Schedule

时间:2014-05-01 14:23:55   收藏:0   阅读:410

今日工作安排:搭环境

安装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

Work Schedule,码迷,mamicode.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!