15.1. Install Zend Framework

简介:
			
sudo mv ZendFramework-1.10.2 /usr/local/share/
sudo ln -s
/usr/local/share/ZendFramework-1.10.2 /usr/local/share/zend
			
			

~/.bashrc

alias zf.sh=path/to/ZendFramework/bin/zf.sh

			
alias zf.sh=/usr/local/share/zend/bin/zf.sh
			
			


原文出处:Netkiller 系列 手札

本文作者:陈景峯

转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。


目录
相关文章
|
6月前
|
Ruby
bundler requires Ruby version >= 2.3.0的解决方法
bundler requires Ruby version >= 2.3.0的解决方法
|
Python
【解决方案】解决CMake must be installed to build the following extensions: pyltp
【解决方案】解决CMake must be installed to build the following extensions: pyltp
149 0
|
前端开发 PHP Apache