Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manpages/rum
- Owner: manpages
- License: lgpl-3.0
- Created: 2015-07-28T21:19:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T11:54:59.000Z (about 9 years ago)
- Last Synced: 2023-03-12T06:04:31.084Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.