yiifeed

Pre-moderated news aggregator

Github星跟踪图

yiifeed

yiifeed is a pre-moderated news aggregator.

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  tests/              contains various tests for the basic application
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

The minimum requirement by this application that your Web server supports PHP 5.4.0.

API docs.

INSTALLATION

1. Framework and dependencies

If you do not have Composer, you may install it by following the instructions
at getcomposer.org.

You can then install this application template using the following command:

composer global require "fxp/composer-asset-plugin"
composer install

2. Configs

There are more .php-orig sample configs in config directory. Copy these to .php without -orig and adjust to your
needs.

3. Database

Create a database. By this moment you should have config/db.php. Specify your database connection there.

Then apply migrations by running:

yii migrate

4. Permissions

Initilize permissions tree by running:

yii rbac/init 

You can use rbac/assign to assign roles to users:

yii rbac/assign admin alex
yii rbac/assign moderator boris

Will assign admin role to user with username=alex and moderator role to user with username=boris.

5. Cron

*/10 * * * * php yii queue/run > /dev/null 2>&1

主要指标

概览
名称与所有者samdark/yiifeed
主编程语言CSS
编程语言PHP (语言数: 5)
平台
许可证Other
所有者活动
创建于2014-12-15 21:48:52
推送于2023-07-01 06:38:13
最后一次提交2023-07-01 14:37:54
发布数0
用户参与
星数107
关注者数14
派生数34
提交数183
已启用问题?
问题数32
打开的问题数0
拉请求数27
打开的拉请求数1
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?