My question is simple. Let’s say i have setup Zend Framework on my local machine in Windows environment. What do i need to get my site live on a Unix/Linux server? Will it work only by uploading the site files and database straightaway? Do i need SSH access or something like that?
I just want to know what do we have to do to get a Zend framework site up and running on a Linux server. The documentation on official zend site documentation does not seem to be sufficient.
Any help will be highly appreciated. And btw i’m new to Zend Framework. So please bear with me.
You can just upload your project. No SSH needed. You’ll probably have to change your configs so that your database credentials match those of your server. If something else is wrong, like files that cannot be found, you’ll be notified by an error and simply adjust your include path accordingly. You most probably won’t face too many surprises!