Send Zend Framework project to web server

Asked

Viewed 144 times

0

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

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

  • Welcome William. You can use the tags to format your question. This helps in visualization and makes it easier to get better answers.

1 answer

2

I don’t know much about Zend, but theoretically you’ll need all the files and settings you’ve done locally. The difference is that instead of "C:/" (among other settings) you will need to adjust for the directories of the server in question.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.