Deploying a Zend Framework site on Free Web Host
I have this small showcase project written in Zend Framework and I would need to deploy it on the web for a few months. Money is extremely tight , close to non-existent , so a free web host would be ideal .
After extensive google-ing , and some trial and errors with a few of these services , I'm still unable to say that I found a free开发者_如何学C web host that would behave decently with a Zend Framework installation . Do you guys know of any ? Thanks
ZF dont needs installing :). Find any free host with php support, upload ZF library, set proper include_path in your app and that's all :)
just upload your files , and copy the files in /library/Zend/* from the original download to your host.
/library/ is already defined in include_path by the Bootstrap.
精彩评论