Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Aug 6, 2017
1 parent ac75999 commit a0a2ccb
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# Linux Security Database (LSD)
LSD tracks the security status of software projects for various GNU/Linux distributions. This page contains the source code and installing instructions. **Visit my [GitHub.io page](https://nicohood.github.io/LSD/) for the project details and analysis results.**
LSD tracks the security status of software projects for various GNU/Linux distributions. This page contains the source code and installing instructions. **Visit the [GitHub.io page](https://nicohood.github.io/LSD/) for the project details and analysis results.**

This project is a work in progress and it is likely that the code and web pages change.

##### Supported distributions
* ArchLinux

# Installation
## Arch Linux
```bash
sudo pacman -S --needed rethinkdb pacman namcap gnupg python python-gnupg git bash fakeroot
pip install --user plotly progressbar2 rethinkdb
sudo pacman -S --needed rethinkdb python-rethinkdb rethinkdb-utils \
python-progressbar pacman namcap python-gnupg python git bash fakeroot
# AUR packages:
python-plotly
```

## Dependencies
* Python 3
* python-progressbar2 >= 0.31.1
* python-gnupg >= 0.4.1
* python-plotly
* Rethinkdb + Python driver
* Pacman
* Namcap
* bash
* git
* fakeroot

# Usage
In order to get started create the default workdir folder, start a rethinkdb instance and run the lsd_cli tool.
```bash
Expand Down

0 comments on commit a0a2ccb

Please sign in to comment.