Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manpages/rum

Prototype implementation for personal security system
https://github.com/manpages/rum

Last synced: 24 days ago
JSON representation

Prototype implementation for personal security system

Awesome Lists containing this project

README

        

# rum
Prototype implementation for personal security system

## Build
The easiest way to build the project is to install Nix package manager
and then execute nix-shell.sh, which in turn will install all the deps.

You will now be able to simply execute sqlInit.sh to initialize database
schema (in ``rum.db`` file) and then python ./prototype.py to run the
server.

## Documentation
For now we don't generate any automated docs, everything is contained
in commentaries in code. Follow the white rabbit.