Advertisement
Guest User

Untitled

a guest
Nov 5th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. • Extract the downloaded archive file, ZendFramework-1.11.10-minimal.zip in your Downloads
  2. directory by double clicking on it.
  3. • Copy to /usr/local/ZendFrameworkCli by opening Terminal and typing:
  4. sudo cp -r ~/Downloads/ZendFramework-1.11.10-minimal /usr/local/
  5. ZendFrameworkCli
  6. • Edit your bash profile to provide an alias:
  7. • From Terminal, type: open ~/.bash_profile
  8. • Add alias zf=/usr/local/ZendFrameworkCli/bin/zf.sh to the end of the file
  9. • Save and exit TextEdit.
  10. • Exit Terminal.
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement