Giter Site home page Giter Site logo

thedemodev / superdesk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from superdesk/superdesk

0.0 0.0 0.0 72.15 MB

Superdesk is an end-to-end news creation, production, curation, distribution, and publishing platform.

Home Page: http://www.superdesk.org/

License: GNU Affero General Public License v3.0

JavaScript 7.46% Shell 33.21% Python 48.19% Dockerfile 9.93% TypeScript 1.22%

superdesk's Introduction

Superdesk

Build Status Code Health Coverage Status Code Climate Requirements Status

Superdesk is an open source end-to-end news creation, production, curation, distribution and publishing platform developed and maintained by Sourcefabric with the sole purpose of making the best possible software for journalism. It is scaleable to suit news organizations of any size. See the Superdesk website for more information.

Looking to stay up to date on the latest news? Subscribe to our monthly newsletter.

The Superdesk server provides the API to process all client requests. The client provides the user interface. Server and client are separate applications using different technologies.

Find more information about the client configuration in the README file of the repo: github.com/superdesk/superdesk-client-core

Installation on fresh Ubuntu 16.04

curl -s https://raw.githubusercontent.com/superdesk/fireq/files/superdesk/install | sudo bash
# Open http://<ip_or_domain> in browser
# login: admin
# password: admin

More options and details:

Manual installation

Requirements

These services must be installed, configured and running:

  • MongoDB
  • ElasticSearch (1.7.x - 2.4.x)
  • Redis
  • Python (>= 3.5)
  • Node.js (with npm)

On macOS, if you have homebrew installed, simply run: brew install mongodb [email protected] redis python3 node.

Installation steps:

path=~/superdesk
git clone https://github.com/superdesk/superdesk.git $path

# server
cd $path/server
pip3 install -r requirements.txt
python3 manage.py app:initialize_data
python3 manage.py users:create -u admin -p admin -e '[email protected]' --admin
honcho start
# if you need some data
python manage.py app:prepopulate

# client
cd $path/client
npm install
grunt server

# open http://localhost:9000 in browser

โš ๏ธ macOS users

All the above commands need to run inside the Python Virtual Environment, which you can create using the pyvenv command:

  • Run pyvenv ~/pyvenv to create the files needed to start an environment in the directory ~/pyvenv.
  • Run . ~/pyvenv/bin/activate to start the virtual environment in the current terminal session.

Now you may run the installation steps from above.

Questions and issues

  • Our issue tracker is only for bug reports and feature requests.
  • Anything else, such as questions or general feedback, should be posted in the forum.

A special thanks to...

Users, developers and development partners that have contributed to the Superdesk project. Also, to all the other amazing open-source projects that make Superdesk possible!

License

Superdesk is available under the AGPL version 3 open source license.

superdesk's People

Contributors

petrjasek avatar amagdas avatar ioanpocol avatar nidzix avatar pavlovicnemanja avatar marwoodandrew avatar actionless avatar sjunaid avatar ozanozbek avatar mugurrus avatar aca-jov avatar sivakuna-aap avatar akintolga avatar fritzsf avatar vied12 avatar thnkloud9 avatar gbbr avatar jerome-poisson avatar naspeh avatar ancafarcas avatar hlmnrmr avatar nistormihai avatar darconny avatar tictactatic avatar tomaskikutis avatar takeit avatar cybernet avatar m0g avatar ride90 avatar mdhaman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.