Giter Site home page Giter Site logo

joseirrazabal / mbc-caspa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inaes-tic/mbc-caspa

0.0 0.0 0.0 4.26 MB

MBC Playout Server {mlt edition}

Home Page: tic.inaes.gob.ar

License: GNU Affero General Public License v3.0

Makefile 0.13% JavaScript 40.93% Shell 0.54% CSS 51.36% HTML 7.03%

mbc-caspa's Introduction

MBC Caspa

Caspa es una applicación construida bajo el modelo CRUD con Backbone.js, Twitter Bootstrap, Node.js, Express, Knockout, FFMPEG, MLT, Redis y MongoDB.

La applicación permite:

  • Navegar una lista de medios almacenada en su disco rigido
  • Agregar, Editar y Borrrar medios
  • Crear playlists con medios
  • Programar playlists a traves del calendario

El codigo esta basado en el trabajo de Node Cellar por @coenraets

Licencia

AGPL v3.

requerimientos

  • gettext
   apt-get install gettext
  • node > 0.8
   apt-get install nodejs

Ver en joyent wiki

  • npm
   apt-get install npm
  • mongodb
   apt-get install mongodb

Si queres soporte para mongodb Text Search necesitas mongodb = 2.4 y activarlo en el archivo de configuración:

echo "setParameter = textSearchEnabled=true" >> /etc/mongodb.conf
  • redis
   apt-get install redis-server
  • ffmpeg
   apt-get install ffmpeg
  • avahi/dnssd (necesario por mdns)
   apt-get install libavahi-compat-libdnssd-dev
  • todo junto
   sudo apt-get install gettext npm nodejs mongodb redis-server ffmpeg libavahi-compat-libdnssd-dev

Instalación

   git clone http://github.com/inaes-tic/mbc-caspa
   cd mbc-caspa
   make

Clonando este proyecto y corriendo make deberia instalar todo lo necesario para correr la aplicación en http://localhost:3000

mbc-caspa's People

Contributors

xaiki avatar josx avatar pardo-bsso avatar darthpolly avatar lacrymology avatar dgaus avatar jmrunge avatar kusinawi avatar ccoenraets avatar lvidarte avatar jamesward avatar arot avatar joseirrazabal 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.