Skip to content

Commit

Permalink
#63 Refactor the exploration section with dynamic widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jun 19, 2019
1 parent 5c28825 commit bf92dc9
Show file tree
Hide file tree
Showing 70 changed files with 1,335 additions and 6,542 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
grakn:
image: graknlabs/grakn:1.5.4
image: graknlabs/grakn:1.5.5
restart: always
redis:
image: redis
Expand Down
4 changes: 0 additions & 4 deletions docker/worker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
cd /opt/opencti/worker
sudo -H -u ${RUN_USER} pip3 install -r requirements.txt

# Install PyCTI
cd /opt/opencti/clients/python
sudo -H -u ${RUN_USER} python3 setup.py install --user --force

# Check configuration
while [ ! -f /opt/opencti/shared_config/token ]
do
Expand Down
7 changes: 0 additions & 7 deletions opencti-clients/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions opencti-clients/python/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions opencti-clients/python/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions opencti-clients/python/examples/stix2/config.yml.sample

This file was deleted.

22 changes: 0 additions & 22 deletions opencti-clients/python/examples/stix2/export.py

This file was deleted.

18 changes: 0 additions & 18 deletions opencti-clients/python/examples/stix2/import.py

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion opencti-clients/python/pycti/__init__.py

This file was deleted.

Loading

0 comments on commit bf92dc9

Please sign in to comment.