Newscoop

Newscoop is the open content management system for professional journalists. Features for the modern newsroom include multiple author management, issue-and-section based publishing, geolocation and multilingual content management. The enterprise-standard journalist’s dashboard and a templating engine supporting anything from HTML5 to mobile complete this fast production and publishing system.

  • 所有者: sourcefabric/Newscoop
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Logo

Build Status

Newscoop is the open content management system for professional journalists.

Features for the modern newsroom include multiple author management, issue-and-section based publishing, geolocation and multilingual content management. The enterprise-standard journalist’s dashboard and a templating engine supporting anything from HTML5 to mobile complete this fast production and publishing system. Read more about Newscoop history on his wikipedia page.

Quick links to our resources are:

Installation

Using console command

php application/console newscoop:install --fix --database_name newscoop --database_user root --database_password password

Default Admin Panel account is admin with password password.

For more details run:

php application/console newscoop:install --help

Using docker

Make sure docker and docker compose are installed (boot2docker or docker machine on OSX as well). Add the line 127.0.0.1 newscoop.docker to your /etc/hosts file. OSX users should use the ip of their virtualbox (e.g. boot2docker ip).

For running Newscoop in production mode:

docker-compose build
docker-compose up

For running Newscoop in development mode:

docker-compose -f docker-compose-dev.yml build
docker-compose -f docker-compose-dev.yml up

Requirements

  • PHP version must be at least 5.4 on Debian and CentOS to run Newscoop properly. See PHP bug.

  • MySQL can't work in "strict mode". Newscoop will currently break in many places when "strict mode" is enabled.

  • If you use E_DEPRECATED error_reporting level in PHP 5.6, you can get the behaviour described in this PHP bug report.
    always_populate_raw_post_data must be set to -1 in your php.ini file.

Compatibility, Browsers, Tablets, Smartphones, --------, -------, -----------, Safari 7.1+, not supported, not supported, Google Chrome 31+, not supported, not supported, Internet Explorer 9+, not supported, not supported, Firefox 35+, not supported, not supported, Opera 27+, not supported, not supported, ## REST API documentation

REST API documentation will be available under the link: http://www.domain.com/documentation/rest-api/ after Newscoop installation is done.

How to contribute

Only 4 steps:

License

Newscoop is licensed under the GPL3 license.

主要指标

概览
名称与所有者sourcefabric/Newscoop
主编程语言PHP
编程语言PHP (语言数: 10)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2010-05-13 10:54:05
推送于2018-07-10 07:26:15
最后一次提交2016-03-31 16:03:29
发布数134
最新版本名称4.4.7 (发布于 )
第一版名称STABLE_V2_0_6 (发布于 2001-05-04 10:21:13)
用户参与
星数253
关注者数50
派生数146
提交数15.1k
已启用问题?
问题数36
打开的问题数14
拉请求数1260
打开的拉请求数4
关闭的拉请求数116
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?