the questions that i going to ask may sound very silly for ZF developer but i really need help on this. I just start ZF2 recently and followed the tutorial http://framework.zend.com/manual/2.0/en/user-guide/overview.html to create skeleton application.
Now i trying to put the skeleton application to my hosting server(FYI, i'm using hostgator shared hosting). However, I have no idea on how do this and i heard that hostgator's shared hosting do not allow installation for zend framework.
I oso do heard that zend framework do not need installation but only copy the Zend library folder(Installing Zend Framework 2 Without Root Access?). My questions are as following:
- How to put my local skeleton application to the hosting server?
- Is that we can just need to copy the zend library to the server to get started? because i heard copy of zend library only applicable to zf1 but not zf2
- For zf2, do we really need to start with skeleton application? if not, what's other methods can i use to build zend app?
Sorry for the silly questions but i really have no experience on zend framework. Thank you in advance.