mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
move install instructions to INSTALL.md. Update preqreq
This commit is contained in:
@ -14,6 +14,14 @@ Install prerequisites on RedHat based systems:
|
|||||||
$ sudo yum install <tbd> <tbd> <tbd>
|
$ sudo yum install <tbd> <tbd> <tbd>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install prerequisites on Alpine based systems:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo apk add python py-asn1 py-twisted py-zope-interface libffi-dev \
|
||||||
|
py-cryptography py-pip py-six py-cffi py-idna py-ipaddress py-openssl
|
||||||
|
$ sudo pip install enum34
|
||||||
|
```
|
||||||
|
|
||||||
## Install with Python Virtual Environments
|
## Install with Python Virtual Environments
|
||||||
|
|
||||||
On Debian based systems:
|
On Debian based systems:
|
||||||
|
|||||||
12
README.md
12
README.md
@ -26,22 +26,14 @@ Additional functionality over standard kippo:
|
|||||||
|
|
||||||
Software required:
|
Software required:
|
||||||
|
|
||||||
* An operating system (tested on Debian, CentOS, FreeBSD and Windows 7)
|
|
||||||
* Python 2.7+
|
* Python 2.7+
|
||||||
|
* Zope Interface 3.6.0+
|
||||||
* Twisted 8.0+
|
* Twisted 8.0+
|
||||||
|
* python-crypto
|
||||||
* python-cryptography
|
* python-cryptography
|
||||||
* python-pyasn1
|
* python-pyasn1
|
||||||
* python-gmpy2 (recommended)
|
* python-gmpy2 (recommended)
|
||||||
* python-mysqldb (for MySQL output)
|
* python-mysqldb (for MySQL output)
|
||||||
* Zope Interface 3.6.0+
|
|
||||||
|
|
||||||
### Example requirements in alpine 3.4
|
|
||||||
|
|
||||||
```
|
|
||||||
apk add python py-asn1 py-twisted py-zope-interface libffi-dev \
|
|
||||||
py-cryptography py-pip py-six py-cffi py-idna py-ipaddress py-openssl
|
|
||||||
pip install enum34
|
|
||||||
```
|
|
||||||
|
|
||||||
## Files of interest:
|
## Files of interest:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user