Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/zf2-website
Website of the ZF2 project
https://github.com/ezimuel/zf2-website
Last synced: about 1 month ago
JSON representation
Website of the ZF2 project
- Host: GitHub
- URL: https://github.com/ezimuel/zf2-website
- Owner: ezimuel
- Created: 2012-03-01T13:46:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T19:06:30.000Z (over 12 years ago)
- Last Synced: 2023-04-10T13:07:09.292Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://framework.zend.com/zf2
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the github repository of the Zend Framework web site
http://framework.zend.com.The source code of the web site is not complete. We removed some parts like the
manuals but almost all the web site is here. For instance the ZF2 module is fully
included (http://framework.zend.com/zf2).This web site uses the libraries ZF 1.11 and ZF 2.0.0beta3.
To run this web site on your local machine you have to configure the following
files:- /document_root/index.php (add your ZF 1.11 path, on line 11)
- /app/etc/config.ini (be sure that the cache.baseDir folder is writable from
the web server)- /app/jobs/agilezen.php (configure only if you want to update the kanban data)
- add your ZF 2.0.0beta3 path, on line 19
- add the API key of AgileZen, on line 30;- /app/jobs/invite_agile.php (configure only if you want to activate the invitation
of AgileZen in the kanban system)
- add your ZF 2.0.0beta3 path, on line 19;
- add the API key of AgileZen, on line 31;
- add the path to the log file, on line 60.