antuan-sehikyan/tiny-blog

This is a ZF2 Tiny Blog Module using Doctrine2 + CkEditor + Htmlpurifier Integration with Soflomo Module.

dev-master 2016-09-10 15:22 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:03:38 UTC


README

##Introduction

This is a ZF2 Tiny Blog Module using DoctrineModule + CkEditor + Htmlpurifier Integration with Soflomo Module.

##Installation Using Composer

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies:

curl -s https://getcomposer.org/installer | php --

You would then invoke composer to install dependencies. Add to your composer.json

"ledsinclouds/tiny-blog": "dev-master"        

##Required Modules

"doctrine/doctrine-module": "0.*",  
"doctrine/doctrine-orm-module": "0.*",	
"soflomo/purifier": "dev-master",
"soflomo/common": "dev-master",	
"rwoverdijk/assetmanager": "1.*"

##Configuration

Once module installed, you could declare the module into your "config/application.config.php" by adding:

    'Application',	
    'DoctrineModule',
	'DoctrineORMModule',
	'Soflomo\\Purifier',
	'Soflomo\\Common'
    'AssetManager', 				         	
	'TinyBlog',

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that...

cp vendor/ledsinclouds/album/config/doctrine.local.php.dist config/autoload/doctrine.local.php

##Create your Database:

./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force