Commit graph

95 commits

Author SHA1 Message Date
Terrtia
6f9e0c2f66
chg: [AIL queues] rewrite module queues. remove PUBSUB 2023-04-13 14:25:02 +02:00
Terrtia
80efc9cdbb
chg: [DB] remove ARDB + temp disable MISP import and auto export 2023-04-04 10:25:01 +02:00
Terrtia
104eaae793
chg: [crawler + core + cve] migrate crawler to lacus + add new CVE object and correlation + migrate core 2022-10-25 16:31:38 +02:00
Terrtia
4660a8e88b
chg: [kvrocks] launch + install 2022-06-24 16:45:35 +02:00
Terrtia
a3e576ed49
fix: [installer] remove old tor install 2022-05-18 16:44:09 +02:00
Steve Clement
b94411f710
fix: [py] Minor python dependency change 2021-11-09 13:43:32 +01:00
Terrtia
348f7188dd
fix: [installer] pyfaup install 2021-06-11 11:43:30 +02:00
Terrtia
a0ef246435
fix: [installer] pyfaup install 2021-06-10 17:22:23 +02:00
Terrtia
90b6f43468
chg: [update v3.6 + installer] fix faup install + add v3.6 update 2021-06-07 16:46:29 +02:00
Terrtia
dcd3a810f1
fix: [background updater] remove completed updates 2021-01-06 15:45:31 +01:00
Simon Sigré
917389670b
Added 'wget' as a dependency
'wget' is a dependency as without this additional components won't download as part of initial install, one such example is;
```
wget -O /ail-framework/ardb/src/../deps/jemalloc-5.1.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 && \
```
2020-12-27 19:59:19 +11:00
Jean-Louis Huynen
8a1af2c37e fix: [ardb] switch to ail-project ardb fork #38
Signed-off-by: Jean-Louis Huynen <huynenjl@gmail.com>
2020-09-03 16:27:15 +02:00
Terrtia
f71aef9f47
fix: [install] travis git unshallow 2020-08-20 13:24:14 +02:00
Terrtia
0b52465f63
fix: [travis] 2020-08-18 20:51:15 +02:00
Thirion Aurélien
f03c05a15f
Merge pull request #519 from myasn1k/docker_fixes
Docker fixes
2020-08-18 20:41:56 +02:00
Terrtia
8283488b6d
chg: [submodule + YARA] add submodule auto update + update v3.1.1 2020-08-13 15:15:08 +02:00
Pietro Mazzini
d4745e835b Comment git repo tag in installing_deps, git repo not recognised 2020-07-25 11:01:53 +02:00
Terrtia
0b44ae86cd
fix: [travis] fetch git last tag 2020-07-24 10:09:55 +02:00
Terrtia
060337ee9d
fix: [travis] virtualenv 2020-06-18 08:42:22 +02:00
Terrtia
5c1de2d09f
fix: [install] unshallow clone 2020-06-17 16:20:03 +02:00
Terrtia
074ada504a
chg: [importer] add map twitter id - item id, add parents link between twitter and url extracted 2020-05-05 11:24:33 +02:00
Terrtia
1c412c9fed
fix: [travis install] shallow clone. fetch missing commit id 2020-05-05 10:56:58 +02:00
Terrtia
66a646d0ec
chg: [travis install] shallow clone. fetch tags + commit id 2020-05-05 10:31:16 +02:00
Terrtia
0d3f53ecd4
chg: [travis install] shallow clone. fetch tags 2020-05-05 10:10:11 +02:00
Terrtia
a5948cd7d4
chg: [install] debug travis 2020-05-05 09:48:44 +02:00
Terrtia
ed0985f111
fix: [installer] get last git version 2020-04-23 10:28:47 +02:00
Terrtia
e1d1124396
chg: [AIL logo UI] 2020-04-20 11:56:59 +02:00
Terrtia
c8d5ce9a28
chg: [core] mv bin/packages/config.cfg configs/core.cfg + use ConfigLoader 2019-11-05 15:18:03 +01:00
Terrtia
7c328800e6
fix: [install_dep] create update current_version 2019-06-24 15:09:31 +02:00
Terrtia
c759142ca2
fix: [UI settings] fix toggle_sidebar 2019-06-24 14:37:52 +02:00
Terrtia
e090b664ff
fix: [install_dep] create default user 2019-06-24 13:57:08 +02:00
Terrtia
a9837c6e27
chg: [user_management 2.0] add update scripts + fix create_default_user 2019-06-20 14:47:59 +02:00
Terrtia
ff3d6e22ef
chg: [update v1.7] add update scripts 2019-05-20 14:48:20 +02:00
Terrtia
97fa1ddca4
fix: [python requirements] rename file 2019-05-03 17:02:56 +02:00
Steve Clement
57a344cfab fix: [travis] Next round of travis fixes. LAUNCH.sh is the only launch script needed.
chg: [installer] Be way more quiet, watching unzips is only fun during development.
chg: [installer] Make the arch one +x
2019-05-01 20:49:07 +09:00
Steve Clement
34ff6116a6 fix: [installer] Avoid doing funky **sudo pip install** moves, it breaks python on package managed python installs, if ever, use the **--user** flag. 2019-05-01 20:36:41 +09:00
Terrtia
5c4db5f2f1
chg: [update] add update script Redis ARDB + add background update 2019-04-11 17:49:20 +02:00
Jason Hedden
c825ea6b2b Add pybgpranking to install deps
The python module DomainClassifier requires pybgpranking which is not
available in the community PyPI repository. This commit installs pybgpranking
from git using the same version required by DomainClassifier https://github.com/adulau/DomainClassifier

Fixes the following installation error when using installing_deps.sh:
```
Could not find a version that satisfies the requirement pybgpranking (from DomainClassifier->-r pip3_packages_requirement.txt (line 50)) (from versions: )
No matching distribution found for pybgpranking (from DomainClassifier->-r pip3_packages_requirement.txt (line 50))
```
2019-03-10 22:40:00 -05:00
Terrtia
3051c7280f
fix: [install script] use virtualenv package 2018-12-11 16:55:47 +01:00
Terrtia
15901d2865
fix: typo 2018-10-02 16:04:47 +02:00
Terrtia
44d19fbb80
fix: [pystemon-feeder] paste save path 2018-10-02 16:02:59 +02:00
Terrtia
86cacbc51f
fix: [Install] add python and package requirements 2018-09-12 19:30:00 +02:00
raw-data
8b3a0e2705 [fix] switch from git:// to https:// while cloning tlsh.git 2018-07-06 11:15:02 +01:00
Olivier Bilodeau
297ac40295 Using pip3 instead of pip fixes docker issues 2018-06-22 16:55:15 -04:00
Thirion Aurélien
b7aa65ac6b
Merge branch 'master' into tags 2018-06-20 10:08:36 +02:00
Terrtia
c64588f60e
add feature, user can submit paste on the web interface 2018-06-08 16:49:20 +02:00
garanews
01e829b02d
removed -y from pip install command
removed -y from pip install command
2018-06-06 11:05:09 +02:00
Terrtia
cd6734f704
fix install 2018-05-31 15:35:20 +02:00
Terrtia
7f5596328f
fix install 2018-05-31 15:03:52 +02:00
Terrtia
e36cc666cd
fix install 2018-05-31 14:38:06 +02:00