Commit Graph

72 Commits (6cdefed757ade8bac0cf989301fde1ebb104ecef)

Author SHA1 Message Date
Steve Clement 6cdefed757
chg: [doc] .env update 2019-08-21 17:39:53 +02:00
Steve Clement 5d7bc41a28
Use .env file instead of hard coded environment variables (#41)
Use .env file instead of hard coded environment variables
2019-08-21 17:38:14 +02:00
Steve Clement f5e2852a6a
Merge pull request #38 from TrickByte/master
Fixing issues when building behind a proxy
2019-08-21 17:35:54 +02:00
Steve Clement 7d7aecc44b
Merge pull request #43 from moshemal/add-depends-on
add depends_on db
2019-08-21 17:35:10 +02:00
Steve Clement 6f896d16d2
Merge branch 'master' into master 2019-08-21 17:33:25 +02:00
Steve Clement 01b893996e
Chg: [doc] updated Travis to use MISP repo 2019-08-21 09:02:48 +02:00
Steve Clement f0098edd05
Merge pull request #42 from pe3zx/master
Update SHA384 of composer-setup.php
2019-08-21 08:53:35 +02:00
Moshe Malka 186eda7814 add depends_on db 2019-08-06 18:17:19 +03:00
pe3zx 683083bfb6 Update SHA384 of composer-setup.php 2019-08-05 23:23:32 +07:00
Moshe Malka 7c9164ad69 no need for db host in env file 2019-07-28 10:05:04 +03:00
Moshe Malka f785ecac4b use .env file instead of hardcoded environment variables in the yml file 2019-07-28 09:40:54 +03:00
Moshe Malka a7153fd1d9 add .env file for environment variables 2019-07-25 18:01:02 +03: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
Xavier Mertens a24da40215
Merge pull request #36 from dvas0004/patch-1
update dockerfile to contain mysql PDO extension
2019-07-10 12:03:13 +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
Steve Clement 4ed5e89792
Merge pull request #29 from swedishmike/proxydirtypo
Change README.md to properly reflect directory names.
2019-05-17 05:32:31 +02:00
Mike Eriksson 3b75af6cc4 Change README.md to properly reflect directory names. 2019-05-14 10:48:50 +01:00
Steve Clement 6392f82ec8
Fix broken web/Dockerfile && web/run.sh (#25)
Fix broken web/Dockerfile && web/run.sh
2019-05-10 19:34:41 +09:00
Steve Clement 8da1596e93
Merge branch 'master' into master 2019-05-10 19:34:16 +09:00
Steve Clement 0775ae7a05
Typo in Dockerfile (#27)
Typo in Dockerfile
2019-05-10 19:33:00 +09:00
Oxeeql 558ad89ffa
Typo in Dockerfile 2019-05-08 13:03:09 +02: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 fdabe8c7cb
Merge pull request #21 from yaleman/master
Fixes to make it build as at 2019-03-10
2019-05-02 22:09:47 +02:00
Xavier Mertens f638488e93
Merge branch 'master' into master 2019-05-02 22:09:26 +02:00
Xavier Mertens ce0a7683fb
Merge pull request #24 from gl4ssiest/patch-1
Tested Ubuntu xenial LTS DockerFile
2019-05-02 22:04:20 +02:00
Gl4ssiest 9d267a2d9e
Tested Ubuntu xenial LTS DockerFile 2019-05-02 12:38:26 +02:00
yaleman b352a44800 updated README 2019-05-02 14:15:22 +10:00
yaleman 24537f8e2f updated README 2019-05-02 14:14:48 +10:00
yaleman 89e267ac0c added nginx build check and travis CI build status icon 2019-05-02 11:57:38 +10: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 140eab96a8 let us see if it will build this time 2019-05-01 22:03:48 +10:00
yaleman dce575560e updated travis build script 2019-05-01 21:57:06 +10:00
yaleman 6d165f9717 adding travis basic build testing 2019-05-01 21:46:35 +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
Xavier Mertens 252e1eb7af
Merge pull request #8 from Miroka96/patch-1
Update README.md
2018-12-30 17:19:33 +01:00
Xavier Mertens 09b54aafdd
Merge pull request #10 from dafal/master
db service rework + simplification of the docker-compose
2018-12-30 17:19:05 +01:00
Eric Daras 0a452d4d24 Adapt the proxy part to fit with the new naming et simplified db part 2018-10-17 19:20:26 +02: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
Mirko Krause 2ae0c447a2
Update README.md
removed the docker build instructions (because the root Dockerfile no longer exists)
2018-10-09 13:59:56 +02:00
Xavier Mertens a5ebabfbbc
Merge pull request #3 from dlee35/master
Additional arg for misp-module and changed user in supervisord.conf
2018-07-07 07:20:39 +02:00
dlee35 b471221acd Fixed command and user for misp-modules in supervisord.conf 2018-07-06 08:58:06 -04:00
dlee35 9076f30e2a Specified 127 address in misp-module due to failure when running localhost (default) 2018-07-06 08:40:27 -04:00