Send Zend Framework project to web server

0

When I download the Zend Framework, I put it inside a folder in "C:/" . I configured the environment variables pointing to folder bin and folder library set in php.ini . Using Zend Tools I created the project inside the local server, xampp .

If I want to send my project to any web server, what do I need to send? Just my project, or do I have to submit the contents of bin/library ?

    
asked by anonymous 03.09.2014 / 21:31

1 answer

2

I do not know much about Zend, but theoretically it will need all the files and settings you have made locally. The difference is that instead of "C: /" (among other settings) you will need to adjust for the directories of the server in question.

    
19.09.2014 / 00:46