indomian/news-block
最新稳定版本:0.0.2
Composer 安装命令:
composer create-project indomian/news-block
包简介
News aggregation application
README 文档
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.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-04-21