Skip to content

Instantly share code, notes, and snippets.

@cballou
Created March 20, 2012 01:05
Show Gist options
  • Save cballou/2129382 to your computer and use it in GitHub Desktop.
Save cballou/2129382 to your computer and use it in GitHub Desktop.
Getting Zend Tool up and running. Source code portion of blog post at http://blackbe.lt
cd /opt
wget http://framework.zend.com/releases/ZendFramework-1.11.10/ZendFramework-1.11.10.tar.gz
tar -xvf ZendFramework-1.11.10.tar.gz
cd ZendFramework-1.11.10
echo "alias zf='export ZF_CONFIG_FILE=~/.zf.ini; /opt/ZendFramework-1.11.10/bin/zf.sh'" >> ~/.bash_profile
source ~/.bash_profile
zf --setup storage-directory
zf --setup config-file
su - otherUserName
echo "alias zf='export ZF_CONFIG_FILE=~/.zf.ini; /opt/ZendFramework-1.11.10/bin/zf.sh'" >> ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment