开发者

Deploying a Zend Framework site on Free Web Host

开发者 https://www.devze.com 2023-01-26 06:41 出处:网络
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 i

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消