Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.73 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.73 KB

Concerto 2 Digital Signage System Build Status

Join the chat at https://gitter.im/concerto/concerto

Full Installation Instructions: https://github.com/concerto/concerto/wiki/Installing-Concerto-2

What is Concerto?

Concerto is an open source digital signage system. Users submit graphic, textual, and other content, and moderators approve that content for use in a variety of content feeds which are displayed on screens connected to computers displaying the Concerto frontend.

Dependencies

  • Ruby 2.0 or newer
  • Rubygems
  • Imagemagick
  • Webserver (Apache/Unicorn/Thin/Nginx)
  • Rack interface to the webserver (Passenger, FastCGI)
  • ActiveRecord-compatible database (Mysql, SQLite, Postgres)

Debian Package Installation

Note: For those upgrading Concerto from earlier Debian/Ubuntu versions, make sure that your APT source line looks like this: http://dl.concerto-signage.org/packages/ stretch main

  • Add Concerto repository using curl -k https://get.concerto-signage.org/add_repo.sh | sh
  • Install Concerto via APT sudo apt-get install concerto-full

Virtual Server Image (VirtualBox, VMWare, et. al.)

The virtual server image contains a full-stack installation of the Concerto webserver with all components pre-configured.

Concerto 2 is licensed under the Apache License, Version 2.0.