mirror of https://github.com/MISP/PyMISP
chg: [doc] Minor fixes, note and typo
parent
cf36dadc01
commit
bb921533fa
|
@ -9,10 +9,16 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
````
|
```
|
||||||
|
# redis-server
|
||||||
|
sudo apt install redis-server
|
||||||
|
|
||||||
|
# Check if redis is running
|
||||||
|
redis-cli ping
|
||||||
|
|
||||||
# Feed generator
|
# Feed generator
|
||||||
git clone https://github.com/MISP/PyMISP
|
git clone https://github.com/MISP/PyMISP
|
||||||
cd examples/feed-generator-from-redis
|
cd PyMISP/examples/feed-generator-from-redis
|
||||||
cp settings.default.py settings.py
|
cp settings.default.py settings.py
|
||||||
vi settings.py # adjust your settings
|
vi settings.py # adjust your settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue