Skip to content
Wes edited this page Jul 2, 2016 · 1 revision

Docker

Run

$ docker pull csirtgadgets/cif:latest
$ docker run --name cif -p 5000:5000 csirtgadgets/cif

Configure

  1. find the line that looks like the following:
2016-07-02 13:30:36,617 - INFO - cif.store[187][MainThread] - admin token created: 7f1b141e8c7b36ecb5171543d67d94fade9b7b3993616d7a1351c98d02564418edc39bdebe99f2a8
2016-07-02 13:30:36,618 - INFO - cif.store[295][MainThread] - token config generated: /etc/cif/cif.yml
  1. configure your local ~/.cif.yml with the key:
remote: http://localhost:5000  # if you're running docker on osx with docker-machine, change localhost to the 192.168.99.100 address
token: 7f1b141e8c7b36ecb5171543d67d94fade9b7b3993616d7a1351c98d02564418edc39bdebe99f2a8
  1. install the latest release of the python SDK
Clone this wiki locally