mirror of https://github.com/cowrie/cowrie.git
Add updating instructions
This commit is contained in:
parent
4f36ec44d0
commit
43eb51beba
11
INSTALL.md
11
INSTALL.md
|
@ -204,3 +204,14 @@ double check that your PYTHONPATH is set to the source code directory.
|
|||
|
||||
To make Cowrie logfiles public readable, change the ```--umask 0077``` option in start.sh into ```--umask 0022```
|
||||
|
||||
# Updating Cowrie
|
||||
|
||||
Updating is an easy process. First stop your honeypot. Then fetch updates from GitHub, as a next step upgrade your Python dependencies.
|
||||
|
||||
```
|
||||
bin/cowrie stop
|
||||
git pull
|
||||
pip install --upgrade -r requirements.txt
|
||||
bin/cowrie start
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue