Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Development

Wes edited this page Apr 18, 2017 · 2 revisions

QuickStart [Development Guide]

This assumes you have a proper Python dev already environment properly configured. If you need help getting started with this, checkout one of our installation guides.

$ tar -zxvf cif-3.x.x.tar.gz
$ cd cif-3.x.x
$ pip install -r requirements.txt
$ python setup.py develop
$ mkdir -p log && cp hacking/develop.conf hacking/local.conf
$ cif-store -d --token-create-admin cif.yml
$ cif-store -d --token-create-hunter cif-router.yml
$ cif-store -d --token-create-smrt csirtg-smrt.yml
$ supervisord -c hacking/local.conf

# new window
$ cif --config cif.yml -p
$ csirtg-smrt --client cif --config csirtg-smrt.yml -r rules/default/csirtg.yml -d
$ cif --config cif.yml --itype ipv4
Clone this wiki locally