Skip to content
/ revue Public

A distributed real-time system for video surveillance

License

Notifications You must be signed in to change notification settings

Mala1180/revue

Repository files navigation

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