revue-org / revue

A distributed real-time system for video surveillance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revue — a distributed real-time system for video surveillance

Prerequisites

Getting Started

  • Download the latest version from Releases
  • Unzip the archive
  • Modify the .env file to fit your needs, e.g., the ports and the credentials to be used (the default ones should be fine)
  • Run the following command in the root directory of the project
./deploy.sh

To stop the system you can run

./undeploy.sh

Once the system is up and running, you can access the web interface at http://localhost:8080.

The default credentials for the login are user and user (editable in auth/db/auth-init.js file).

Authors

About

A distributed real-time system for video surveillance

License:MIT License


Languages

Language:TypeScript 62.6%Language:Vue 18.6%Language:JavaScript 7.8%Language:Python 5.5%Language:Dockerfile 3.5%Language:Shell 1.4%Language:CSS 0.4%Language:SCSS 0.1%Language:HTML 0.1%Language:Sass 0.0%