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.
- 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
To start with CateosJs, only need install grunt and run npm install.
$ sudo npm install -g grunt-cli
$ cd CateosJs && npm install
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
We belive that mean should be free and easy to integrate within your existing projects so we chose the The MIT License