- Please note this project was deprecated years ago. You'd be insane to use it. *
GETTING THE DEMO WORKING, (*1)
Virtual Host Configuration
- If you are working locally edit your hosts file to point a domain to 127.0.0.1
- Set the document root of your virtual host to the www folder
- Open up the browser and type in your domain, (*2)
CREATING YOUR OWN APPLICATION, (*3)
You can either modify the demo application in package/app or copy it to make your own site., (*4)
Setup
- Copy the files to another folder inside package
- Rename that folder to your application name
- Copy config/default.conf to config/[yourdomainname].conf, (*5)
Config
- config/[yourdomainname].conf
- Set the APP_DIR to point to the folder with your application
- Fill in the database credentials if you need them, (*6)
Virtual Host Configuration
- Create a subdomain (e.g. resource.yourdomain.com) and point the virtual host the resource folder ([APP_DIR]/resource)
- put your css/images and javascript inside app/resource
- Restart apache, (*7)
ADDING ZEND CLASSES (OPTIONAL), (*8)
- Download the Zend framework
- Copy the classes you want into package/Zend