Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/zf2blog
Blog application using Zend Framework and Twig. Requires PHP v5.3.3 or above.
https://github.com/robbestad/zf2blog
Last synced: 20 days ago
JSON representation
Blog application using Zend Framework and Twig. Requires PHP v5.3.3 or above.
- Host: GitHub
- URL: https://github.com/robbestad/zf2blog
- Owner: robbestad
- License: bsd-3-clause
- Created: 2012-12-05T10:04:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T20:49:33.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T17:11:02.583Z (8 months ago)
- Language: PHP
- Size: 46.9 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ZF2Blog
=======================Introduction
------------
This is a simple blog application using the ZF2 MVC layer and module
systems. It is developed by Sven Anders Robbestad and in use on www.robbestad.com.Installation
------------Clone the repository by issuing the following command:
cd my/project/dir
git clone https://github.com/svenanders/zf2blog.gitThen update the project:
cd zf2blog
php composer.phar self-update
php composer.phar install(The `self-update` directive is to ensure you have an up-to-date `composer.phar` available.)
Configuration
--------------------Steps:
1. Rename the database.local.php.dist in /config/autoload/ to database.local.php
2. Insert the necessary variables: database, username, password and host
3. Create a folder named cache in /data and make it writable (for Twig templating)
4. You must allow htaccess to be readable. Also, make sure the rewrite module in Apache2 is enabled and that you configure the server to allow overriding the htaccess
Virtual Host
------------
Afterwards, set up a virtual host to point to the public/ directory of the
project and you should be ready to go!