indomian/news-block

There is no license information available for the latest version (0.0.2) of this package.

News aggregation application

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/indomian/news-block

0.0.2 2015-04-22 22:04 UTC

This package is not auto-updated.

Last update: 2026-01-18 01:07:19 UTC


README

NewsBlock application provides news aggregation display on page as a list, and specially provide API access for receiving news in light way.

Based on Yii 2 Basic Application Template

Installation guide

On server you required to have:

  • Web server Apache2 (for .htaccess) or other that could be configured with path rewrite
  • php5.5
  • postgresql
  • Database and database user
  • yyi2 requirements: GD or ImageMagic, mcrypt

Get composer:

curl -s http://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Install composer plugin for npm assets:

composer global require "fxp/composer-asset-plugin:1.0.0"

Install project using composer:

composer create-project -s dev --prefer-dist indomian/news-block somepath

Configure DB connection in file /config/db.php

Run DB migration:

./yii migrate

If everything ok your application should be available to connect and work with.