Questions tagged [superdesk]

Superdesk is an open source end-to-end news creation, production, curation, distribution and publishing platform. Written in Python3 on top of Eve framework. Client side use angular and react.

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

Superdesk contains technology that is meant to be built upon, improved, added to and extended, all in view of a development community committed to flexibility and freedom; the freedom to customise, fork and, paradoxically, to “own” a tool in ways that paying a license fee cannot match or even come close to rivaling. We are not only here to give this tool to our community, but also to facilitate the continuing development of this new open source code base. Superdesk enables anyone to tell their story no matter what corner of the globe they are from or the depth of their pockets.

Resources:

Superdesk is licensed under a Creative Commons Attribution 3.0 Unported License

5 questions
2
votes
0 answers

Error while installing web sockets on Ubuntu 16.04

I try installing the requirements of liveblog in the server directory with:pip install -r requirements.txt. This throws the error belog. I also tried running it with sudo -H pip install -r requirements.txt but it still gives me the same error. I…
Fabian
  • 541
  • 9
  • 30
1
vote
1 answer

How do I connect Superdesk with Superdesk Web Publisher?

When trying to publish/push content from SD to SWP I get this error in the SWP log: [2016-12-07 14:04:56] request.INFO: Matched…
BrunoS
  • 3,664
  • 1
  • 16
  • 10
0
votes
1 answer

Mixed content error in using SSL with Gunicorn/Django/Nginx application

I'm trying to configure HTTPS for an instance of Superdesk, which is using Gunicorn and Nginx for routing. I have a certificate installed and (I think) working on the server. Pointing a browser to the application however gives "Blocked loading mixed…
Mike
  • 517
  • 2
  • 5
  • 21
0
votes
1 answer

Probleme to install Superdesk Newsroom

I'm trying to install newsromm from https://github.com/superdesk/newsroom with installation with NPM I've these errors : npm WARN deprecated babel-preset-es2015@6.24.1: Thanks for using Babel: we recommend using babel-preset-env now: please…
Silva
  • 45
  • 1
  • 11
0
votes
1 answer

ubuntu 14.04 SuperDesk Raven not configured (logging is disabled)

I installed a clean Ubuntu 14.04 x64 server machine on VMWare ESXi5.5 Inside it I followed the installation procedure for Sourcefabric's SuperDesk software described in https://github.com/superdesk/superdesk/blob/master/README.md After running the…