Author Topic: [SOLVED] zf command line tool confusion  (Read 1440 times)

0 Members and 1 Guest are viewing this topic.

Offline DerleekTopic starter

  • Enthusiast
  • Posts: 297
  • Gender: Male
    • View Profile
[SOLVED] zf command line tool confusion
« on: September 01, 2009, 04:12:25 PM »
Hey there,

I am ENTIRELY new to the zend framework...

I am trying to follow this very simple tutorial to create a project using zend_tools.

I am on a mac and fairly familiar with terminal commands (after reading up a bit anyways)....

When I try to type in the command '% ~/path/to/ZendFramework/bin/zf.sh'  -- I get the '-bash: fg:  %: no such job'

I have tried to add the zf.sh file to my system executable path (like the install.txt file says to do in order to use zend_tool).  But I get the same result.

i am pulling my hair out on this one... sheesh i haven't been this frustrated in quite some time...

any potential solutions are greatly appreciated.

Offline Dj Kat

  • Addict
  • Posts: 1,507
  • Gender: Male
    • View Profile
Re: zf command line tool confusion
« Reply #1 on: September 01, 2009, 05:13:40 PM »
Leave out the % character it's just there to show you should use a terminal window. Often you'll see a $ character to demonstrate terminal commands similar to the % character you don't type that in a terminal

Offline DerleekTopic starter

  • Enthusiast
  • Posts: 297
  • Gender: Male
    • View Profile
Re: zf command line tool confusion
« Reply #2 on: September 01, 2009, 05:41:00 PM »
wow i feel stupid... HA!

that explains why I couldn't find any documentation on the '%' command...