A bash script for automatic creation of the ZF1 quickstart site.
Running this script will create a ZF1 QuickStart site, based on the ZF1 quickstart tutorial.
##Requirements:
- ZF1 command line application
- Apache2 (if you want the vhost)
##Main steps:
- (Optional) Create a vhost
- Create a zf project
- Enable zf layout
- Setup the bootstrap to look for the layout and the xhtml DocType
- Create a model and a database adapter
- Create and populate a sqlite database
- Add in the controllers and layouts from the examples