bhupendra2895
New Member
- Messages
- 554
- Reaction score
- 20
- Points
- 0
I have installed xampp in Ubuntu 10.04.I want to use zend framework for development of my website.
For this I downloaded zend framework minimal from http://framework.zend.com
I have included library folder in php.ini.But when I ran following commands for using zend_tool i received errors.
Error message said "php not found"
So I installed php5-cli
And again type
Then I recieved this error message
For this I downloaded zend framework minimal from http://framework.zend.com
I have included library folder in php.ini.But when I ran following commands for using zend_tool i received errors.
Code:
[URL="http://www.apachefriends.org/f/viewtopic.php?f=17&t=41199&start=0#"][/URL]
sudo /opt/lampp/zend/bin/zf.sh
So I installed php5-cli
And again type
Code:
sudo /opt/lampp/zend/bin/zf.sh
If anybody is doing this in linux please tell me how can I run this tool in ubuntu, please help, manually creating directories and files is a pain, if a tool can do it in a second for you. :frown:***************************** ZF ERROR ********************************
In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path. There are a variety of ways that you can
ensure that this zf command line tool knows where the Zend Framework
library is on your system, but not all of them can be described here.
The easiest way to get the zf command running is to allow is to give it
the include path via an environment variable ZEND_TOOL_INCLUDE_PATH or
ZEND_TOOL_INCLUDE_PATH_PREPEND with the proper include path to use,
then run the command "zf --setup". This command is designed to create
a storage location for your user, as well as create the zf.ini file
that the zf command will consult in order to run properly on your
system.
Example you would run:
$ ZEND_TOOL_INCLUDE_PATH=/path/to/library zf --setup
Your are encourged to read more in the link that follows.
Zend_Tool & CLI Setup Information
(available via the command line "zf --info")
* Home directory found in environment variable HOME with value /home/ubuntu
* Storage directory assumed in home directory at location /home/ubuntu/.zf/
* Storage directory does not exist at /home/ubuntu/.zf/
* Config file assumed in home directory at location /home/ubuntu/.zf.ini
* Config file does not exist at /home/ubuntu/.zf.ini
To change the setup of this tool, run: "zf --setup"
Last edited: