Commit Graph

500 Commits (7f365746f9dbc7988934ab604259714eee8bcb38)

Author SHA1 Message Date
Laurent de la V 4e51f3d12d
Update INSTALL.ubuntu1604.txt to install pip3
System complains about missing pip3 when attempting to install support for STIX 2.0 (cf. line 88):

ubuntu@misp:/var/www/MISP/app/files/scripts/mixbox$ pip3 install stix2
The program 'pip3' is currently not installed. You can install it by typing:
sudo apt install python3-pip

Therefore suggest to include installation of python3-pip in previous instance of apt-get usage (line 69)
2018-03-28 18:09:27 +02:00
jezkerwin 62ce45c3ed
Fixed spelling errors for mysql command and php version.
Also changed git clone command for lief installation.
2018-03-22 12:04:45 +11:00
x41\x43 6df6cc79bc
pecl and phpenmod need root privileges
[line 329] According to stat -c "%U %G" /usr/share/php/.channels/pecl.php.net, the owner is root, so you can't edit this file as normal user,
[line 333] As above, both directories (/etc/php/7.0/cli/conf.d/ and /var/lib/php/modules/7.0/cli/enabled_by_admin/) are "root root": "Permission denied" while creating symbolic link or touching file.
Tested on Ubuntu server x64 16.04 LTS
2018-03-06 10:50:07 +01:00
x41\x43 c6ec583c2b
sudo issue while installing mixbox
sudo -u www-data [#83 and #85]
sudo [#86]
Tested on Ubuntu Server x64 16.04.4 LTS
2018-03-02 11:35:52 +01:00
Steve Clement 8dc803cfbe - Added install step to make sure all the submodules ignore permissions 2018-02-27 21:25:35 +01:00
Alexandre Dulaunoy eeec662db9
fix: ssdeep is now updated on PECL - installation updated 2018-02-21 10:23:21 +01:00
iglocska dc4e30f3db Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-02-15 16:38:52 +01:00
iglocska c0228e3f82 chg: Updated documentation 2018-02-15 01:15:29 +01:00
Matt Carothers f5c5afa5ac Updated model column length to 80 characters 2018-02-14 15:33:19 -05:00
iglocska 8b78df3cf9 fix: Added missing db field to users
- fixes a nasty issue with saving users failing when ZMQ is enabled on instances installed after 2.4.69
- fixes a typo that caused invalid user changes being pushed to the ZMQ channel
2018-02-02 19:44:41 +01:00
iglocska 5e04ac97f9 fix: user_id in tag table was not included in MYSQL.sql
- added it to the initial db bootstrap along with an upgrade script for existing MISPs missing the field
2018-02-01 04:32:49 +01:00
Andras Iklody e9bc418a6c
Some clarifications of unclear descriptions 2018-01-24 14:53:33 +01:00
Fabien Mathey a2d17e3c5e
Corrected Dependencies
Added additional information for installation (Python 3 for stix2, a2enmod headers)

Additionally, line 120 should not be needed as it should be covered by line 119 but I left it in for the time as it does no harm
2018-01-18 12:01:18 +01:00
Deventual abe59cc7b7
fix permissions commands 2018-01-17 19:42:33 +02:00
iglocska f955f7ef6d fix: aadmin settings version updated 2018-01-17 09:19:57 +01:00
Hans-Petter Fjeld 167d03190e
Update INSTALL.rhel7.txt 2018-01-06 23:29:55 +01:00
Alexandre Dulaunoy 2181f04cfa
fix: Add a clarification if you have multiple MISP instances to not
forget to change the default Redis port of CakeResque to avoid
conflicts between different CakeResque
2018-01-04 22:34:20 +01:00
Alexandre Dulaunoy 65e03f1f41
fix: misp-modules optional installation added 2018-01-04 22:14:13 +01:00
Steve Clement 17a351a197 - Updated FreeBSD install to:
-- Do the entire install with binaries (no /usr/ports required)
-- Fixed some Ubuntu remenants
-- Fixed config typos
-- Added all missing dependencies

Status: Works for me (I did have 1 template issue, but that will be fixed soon)
2017-12-30 23:29:54 +01:00
Alexandre Dulaunoy 46b0fe1510
fix: add install of stix2 packages to support STIX 2.0 export 2017-12-19 17:39:38 +01:00
Alexandre Dulaunoy 82da6c5639
fix: add install of stix2 packages to support STIX 2.0 export 2017-12-19 17:38:33 +01:00
Jeremy Kerwin 38527f0106 Fixed centos7.txt file that was accidently modified. 2017-12-19 23:37:58 +11:00
Jeremy Kerwin 965e3e7b0c Changed RHEL version in title from 7.4 > 7.x 2017-12-19 23:33:55 +11:00
Jeremy Kerwin ca67e265d1 Note about issue surround lief compliation 2017-12-19 23:32:01 +11:00
Jeremy Kerwin a1428e09f9 Added disclaimer about additional issues after completion of install 2017-12-19 23:28:00 +11:00
Jeremy Kerwin 9e719f0d87 Added install instruction for lief and known issues section 2017-12-19 23:25:47 +11:00
Jeremy Kerwin aaee1957f8 Up to the log rotation section 2017-12-19 22:13:24 +11:00
Jeremy Kerwin c1689ab88c Completed the dependencies section 2017-12-19 20:42:09 +11:00
Jeremy Kerwin 9c9a876a77 Renamed the file to be more generic to RHEL 7 2017-12-19 19:28:48 +11:00
Jeremy Kerwin bb61c8afc2 More changes 2017-12-19 19:26:33 +11:00
Jeremy Kerwin 4dfd2077ee Changes around the format a little bit. 2017-12-19 12:56:55 +11:00
Jeremy Kerwin 0d8b59b90f Spelling mistake 2017-12-19 12:28:29 +11:00
Jeremy Kerwin e571d13141 More updates to the install. Added overview and assumptions. 2017-12-19 12:24:57 +11:00
Jeremy Kerwin faef081e09 Changes the inital commit to more of a Table of Contents format. 2017-12-19 12:08:09 +11:00
Jeremy Kerwin 80db141f0c Initial Commit 2017-12-19 12:02:53 +11:00
zachsis 187fd41848
Update xINSTALL.centos7.txt
added  `rh-php56-php-opcache` as part of the `yum install` for CentOS7
2017-12-13 14:28:59 -07:00
Steve Clement 4f718633ab - Initial FreeBSD install document 2017-12-11 17:59:12 +01:00
iglocska d0a6d0ff0b fix: Fixed typo in field name for the object templates
- disable_correlation(s) - s was a mistake and it caused the feature in the templates not to work
2017-12-07 15:00:20 +01:00
iglocska a1842ec98f Merge branch '2.4' into feature/tag_filter_rework 2017-12-05 00:07:28 +01:00
Alexandre Dulaunoy 0adc55e64f
add: a new set of logos for the MISP project
There are 3 type of logos in the set:

- core software
- community
- standard

The objective is not to replace the existing the logo but
to provide a clear logo when this is referencing a specific
sub-part of the MISP project.
2017-12-04 12:17:15 +01:00
Alexandre Dulaunoy 3466846b6e
add: MISP distributed overview in SVG format 2017-12-01 15:49:27 +01:00
iglocska 5abdc39a56 fix: Added new field to MYSQL.sql 2017-11-28 12:02:26 +01:00
Andras Iklody 13be48539b
Merge pull request #2295 from norpol/patch-1
Fix gpgv2+ key generation
2017-11-16 11:09:25 +01:00
Paolo Vecchi 6aa3c75957
Create INSTALL.ubuntu1604.with.webmin.txt
Some, maybe a friend, can't be asked to configure and manage all the services on an Ubuntu 16.04 so Webmin could be useful.
Tested with:
MISP 2.4.82
Webmin 1.860
2017-11-11 16:18:44 +00:00
wotschel 5356047b5b
Some minor changes and additions 2017-10-27 18:06:01 +02:00
iglocska 11b7e8e808 chg: Added some sane default headers to the apache .conf files
- protection against clickjacking
- nosniff

- as reported by Or Hanuka (PALANTIR)
2017-10-26 16:37:36 +02:00
iglocska 68d9a14ab6 fix: Added missing IP field to logs 2017-10-20 14:34:18 +02:00
iglocska d0e99c061e new: Further progress on the graphing
- also, added new icon field to galaxies
2017-10-08 15:32:26 +02:00
iglocska e9ac667afe fix: Fixed no specification of the tinyint length for the objects in MYSQL.sql 2017-09-19 09:50:05 +02:00
iglocska bb99706cf3 new: Various object template improvements
- allow multiple versions of a template to be stored at the same time
- select which version is the primary version of a template
- disable/enable templates
- edit objects with one of the older versions of a template if the object's version requires that

- various UI / bug fixes
2017-09-18 00:38:30 +02:00