chg: [doc] update import instructions

This commit is contained in:
Esa Jokinen 2021-09-21 20:24:44 +03:00
parent fa6abfbb54
commit 6af4a9d6e2

View file

@ -16,12 +16,9 @@ the software with `lookup.py` to find the most probable CPE matching the keyword
### Installation ### Installation
- `git clone https://github.com/cve-search/cpe-guesser.git` - `git clone https://github.com/cve-search/cpe-guesser.git`
- `cd cpe-guesser/data` - Download the CPE dictionary & populate the database with `python3 cpe-guesser/bin/import.py`.
- `chmod +x dump.sh` - Take a cup of black or green tea.
- `cd ../bin` - `python3 cpe-guesser/bin/server.py` to run the local HTTP server.
- `python3 import.py`
- Take a cup of black or green tea
- `python3 server.py` to run the local HTTP server
If you don't want to install it locally, there is a public online version. Check below. If you don't want to install it locally, there is a public online version. Check below.