2017 © Pedro PelĂĄez
 

library newscoop

The open source CMS for news

image

sourcefabric/newscoop

The open source CMS for news

  • Friday, November 2, 2012
  • by ahilles107
  • Repository
  • 0 Watchers
  • 0 Stars
  • 453 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Logo

Build Status, (*1)

Newscoop is the open content management system for professional journalists., (*2)

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., (*3)

Quick links to our resources are:, (*4)

Installation

How do I install Newscoop? [Check here][16], (*5)

Using console command, (*6)

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

Default Admin Panel account is admin with password password., (*7)

For more details run:, (*8)

php application/console newscoop:install --help

Using docker, (*9)

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)., (*10)

For running Newscoop in production mode:, (*11)

docker-compose build
docker-compose up

For running Newscoop in development mode:, (*12)

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][14]., (*13)

Compatibility, (*14)

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., (*15)

You can preview it on newscoop-demo instance: [http://newscoop-demo.sourcefabric.org/documentation/rest-api/][15], (*16)

How to contribute

Only 4 steps:, (*17)

License

Newscoop is licensed under the GPL3 license., (*18)

The Versions