Skip to content

xp-1000/CateosJs

Repository files navigation

CateosJs

CateosJs is an application which provide a video catalog player from several existent stockage sources. It use MongoDB, Node.js, Express, and AngularJS based applications with Mean.

Prerequisites

  • MongoDB - Download and Install mongodb - Checkout their manual if you're just starting.
  • Node.js - Download and Iמstall Node.js, codeschool has free node and angular tutorials.
  • Git - Get git using a package manager or download it.
  • MediaInfo - Get 'mediainfo' using a package or download it.
  • Inotify Tools - Get 'inotify-tools' using a package or down load it.
  • Grunt - Download and Install Grunt.
$ npm install -g grunt-cli

Installation

To start with CateosJs, only need install grunt and run npm install.

Install Grunt

  $ sudo npm install -g grunt-cli

Install Cateos

  $ cd CateosJs && npm install

Run CateosJs

We recommend using Grunt to start the server:

  $ grunt

If grunt aborts because of JSHINT errors, these can be overridden with the force flag:

  $ grunt -f

Alternatively, when not using grunt (and for production environments) you can run:

  $ node server

Then, open a browser and go to:

  http://localhost:3000

License

We belive that mean should be free and easy to integrate within your existing projects so we chose the The MIT License

About

Video catalog viewer for existent stockage source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published