Commit Graph

67 Commits (d48d0b8c476b0236d6f15f11567e04e34b8e2bfe)

Author SHA1 Message Date
pe3zx 683083bfb6 Update SHA384 of composer-setup.php 2019-08-05 23:23:32 +07:00
TrickByte 83d29f91ae
Using -E on sudo apt-get install
Using -E on "sudo apt-get install" to preserve proxy environment variables, as lacking them makes apt-get fail.
2019-07-12 22:51:38 +02:00
TrickByte 85ebc8455b
Downloading PHP Composer with curl instead of PHP 2019-07-12 22:49:59 +02:00
Xavier Mertens b1cb41557d Added php-gd 2019-07-10 13:06:40 +02:00
David Vassallo 7eac28601d
update dockerfile to contain mysql PDO extension
Adding

`apt-get install -u php-mysql`

otherwise on startup you'll get an internal 500 error, with /tmp/logs showing:

```
2019-07-08 11:21:02 Error: [MissingConnectionException] Database connection "Mysql" is missing, or could not be created.
Exception Attributes: array (
  'class' => 'Mysql',
  'message' => 'Selected driver is not enabled',
  'enabled' => false,
)
```
2019-07-08 14:35:38 +03:00
Sherif Eldeeb 19e37da633
Fix broken web/run.sh
An unmatched double quote in `run.sh` causes (unexpected EOF while looking for matching `"')
removing the double quote fixes this
2019-05-03 12:54:44 +03:00
Sherif Eldeeb 64226c37e0
Fix broken web/Dockerfile - (FIX COMPOSER)
"# FIX COMPOSER" entries have (probably) been copied-pasted twice from a terminal, with one truncated line at (hash_file('sha384', 'composer-setup.php')) that breaks the script
2019-05-03 12:17:37 +03:00
Xavier Mertens ac4734d077
Merge pull request #18 from moshemal/master
Using submodules instead of pear install
2019-05-02 22:11:57 +02:00
Xavier Mertens 9eccd741f9
Merge pull request #14 from focheur91300/patch-1
Update run.sh
2019-05-02 22:11:03 +02:00
Xavier Mertens f638488e93
Merge branch 'master' into master 2019-05-02 22:09:26 +02:00
Gl4ssiest 9d267a2d9e
Tested Ubuntu xenial LTS DockerFile 2019-05-02 12:38:26 +02:00
yaleman ec03dd3243 updated to add poppler requirements for build 2019-05-02 11:17:05 +10:00
yaleman b53d03c569 updated web dockerfile, sigmatools has version bumped 2019-05-01 22:33:25 +10:00
yaleman 84964ad715
Fixes to make it build as at 2019-03-10
- update from php7.2 to php7.3
- includes fix for #20 https://github.com/MISP/misp-docker/issues/20
- rewrites the REQUIREMENTS file to remove explicit versioning as they are for python2 packages, not python3
2019-03-10 18:45:38 +10:00
Moshe Malka 10843c38cd using submodules instead of pear install 2019-02-07 09:02:58 +00:00
Philippe b59287e9f6
Update run.sh
Modification of the file database.php to be able to give the possibility to a MISP to connect to a database with another user.
Addition to download the GPG key on the MISP homepage.
2019-01-10 13:22:23 +01:00
Eric Daras 05689c3b0e DB part reworked to use std mysql database creation way, docker-compose simplified 2018-10-17 19:13:22 +02:00