Commit Graph

206 Commits (4f0b14ca4b359ac92f83e4357668777b4a9d9ff0)

Author SHA1 Message Date
P1nk-P0nk 4f0b14ca4b Fixing typo in template.env 2021-04-22 13:25:42 +02:00
Alexandre Dulaunoy 8137e2154d
Merge pull request #112 from stevengoossensB/master
Use installer script to install MISP and clean up repository
2021-04-14 22:54:52 +02:00
Steven 7502ec9c87 Change supervisor command 2021-04-14 11:38:01 +02:00
Steven d2abf3d27b Add scheduled sync off feeds 2021-04-02 10:33:57 +02:00
Steven 82dfc1e56b - Upgrade to python3.9
- Upgrade pip packages
2021-03-26 22:51:34 +01:00
Steven e781d3b728 Schedule full event sync instead of update 2021-03-24 16:33:45 +01:00
Steven 08a0deafae Change travis-CI build config 2021-03-23 21:59:50 +01:00
Steven 3c9736b8c7 Fix crontab installation 2021-03-23 21:37:47 +01:00
Steven 66d7a941a4 Apt install cron 2021-03-23 15:30:28 +01:00
Steven 9fde19bcaf Copy Apache2 configuration inside container 2021-03-23 10:21:25 +01:00
Steven f41a184e36 - Add crontab for pulling data of different servers 2021-03-22 11:07:44 +01:00
Steven e549511553 Remove GPG stuff from run.sh as installer does it 2021-03-10 09:11:54 +01:00
Steven a284fdcdde Add missing dependencies 2021-03-10 08:54:21 +01:00
Steven 7df3a9d9f9 Minor change in dependencies 2021-03-09 23:14:26 +01:00
Steven 9d2760312e Update README.md 2021-03-09 23:07:16 +01:00
Steven 507b2fe628 Merge branch 'master' of https://github.com/MISP/misp-docker 2021-03-09 22:54:24 +01:00
Steven 6cc2cc3d2d - Clean up repository
- Don't run redis as daemon as it does not work in container
2021-03-09 22:45:11 +01:00
Steven c13eec4a73 Start misp-modules in venv 2021-03-09 16:41:03 +01:00
Steven 9d2e6312a2 Install misp-modules the right way 2021-03-09 15:16:06 +01:00
Steven ba64531a0b Set baseurl config 2021-03-09 14:48:01 +01:00
Steven f519e804ee Fix permissions 2021-03-08 23:25:03 +01:00
Steven 944f89479e Add user to group 2021-03-08 22:58:54 +01:00
Steven dce488f08a Create user with sudo rights to run installer 2021-03-08 22:50:51 +01:00
Steven 9ea94429d9 Add bash to execute install script 2021-03-08 22:36:58 +01:00
Steven 912d0a4932 installer flags added 2021-03-08 22:18:10 +01:00
Steven 90a2ccdbd8 Add unattended to MISP install script 2021-03-08 22:02:34 +01:00
Alexandre Dulaunoy 36701a66f4
Merge pull request #100 from Body4/patch-1
Update run.sh
2021-03-07 23:01:59 +01:00
Alexandre Dulaunoy 27ba7520cd
Merge pull request #111 from ckane/update-ubuntu-20.04
Updates for ubuntu LTS 18.04 -> 20.04
2021-03-07 23:01:31 +01:00
Alexandre Dulaunoy ec74503c97
Merge pull request #110 from ckane/fix-baseurl
Fix bug in patching the MISP.baseurl from environment
2021-03-07 23:00:57 +01:00
Coleman Kane 94a4740bc8 Add "zip", "bcmath", and "intl" modules to PHP
These three are recommended in the latest MISP diagnostics page, so I decided to
add them to the docker build as well.

Signed-off-by: Coleman Kane <ckane@colemankane.org>
2021-03-07 12:52:42 -05:00
Coleman Kane 5fa787cb7e Run apt-get with --fix-missing to fix any version discrepancies for
installed packages.

Signed-off-by: Coleman Kane <ckane@colemankane.org>
2021-03-07 12:51:23 -05:00
Coleman Kane 33421a53e3 Update to Ubuntu "focal" 20.04 LTS
The "bionic" distro is older and includes a version of PHP (7.2) that is older than
what MISP recommends (>=7.4). Additionally, "bionic" is supposed to be EOL later this
year, so updating the project to keep current. Necessary changes to PHP & libpoppler
versions.

Signed-off-by: Coleman Kane <ckane@colemankane.org>
2021-03-07 12:49:14 -05:00
Coleman Kane 46b2cc37bd Fix bug in patching the MISP.baseurl from environment
The web/run.sh script was using a sed command that had two defects,
preventing the MISP_BASEURL environment from setting the MISP.baseurl
in config.php:
 - pattern used '/' as boundaries, making it incompatible with a baseurl
   containing that character
 - pattern assumed 1 space between 'baseurl' and '=>', but the
   config.php has multiple whitespace/tabs, so broadened the pattern to
   support any arbitrary length whitespace there

Signed-off-by: Coleman Kane <ckane@colemankane.org>
2021-03-06 13:10:36 -05:00
Steven 3f9e97df67 Remove syslog-ng 2021-03-05 21:18:27 +01:00
Steven 2424c78064 Add wget again 2021-03-05 21:08:01 +01:00
Steven abe96aea88 Add installer for supervisor 2021-03-05 20:58:54 +01:00
Steven 4505c84d5f Download wget, remove tty from script 2021-03-05 20:33:45 +01:00
Steven e97aaec488 replace sh with ./ 2021-03-05 20:15:45 +01:00
Steven b5ea503953 Modified Dockerfile 2021-03-05 20:04:25 +01:00
Steven acd9e759c7 Changes shasums 2021-03-05 20:02:59 +01:00
Steven 32d272ed09 Add checksums 2021-03-05 19:59:49 +01:00
Steven d72beb2360 Change order for copy 2021-03-05 17:39:03 +01:00
Steven 5b9a9509e8 Change location of script 2021-03-05 17:28:46 +01:00
Steven 0300a79c37 Chown install script and change user 2021-03-05 16:42:03 +01:00
Steven 48d6c137ef Fix typo 2021-03-05 16:19:25 +01:00
Steven 680b09b196 Copy install script 2021-03-05 15:59:31 +01:00
Steven fcdafb8261 - Put locale gen installer higher 2021-03-05 15:40:49 +01:00
Steven 766104d19f Fix locales 2021-03-05 15:34:37 +01:00
Steven 1e2f18f2c1 Add installer script without installing database in the container 2021-03-05 15:29:58 +01:00
Steven c0a8a63d99 Add dependencies 2021-03-05 13:49:30 +01:00