Commit Graph

736 Commits (c788dac0f11f9d3da0b348b20e5f6a4a309699dd)

Author SHA1 Message Date
Tiago Faria 427c4c2191
Change 16.04 reference to 18.04 2018-07-04 15:49:57 +01:00
Daniel Akulenok 73e20fb268
Update misp 2018-07-04 12:22:02 +02:00
Andras Iklody 773a21164f
Merge pull request #3405 from Rafiot/ditchpy2
Arbitrary move to python3.6
2018-07-03 15:09:32 +02:00
StefanKelm f9aee73782
change --force to --recursive 2018-07-03 12:04:56 +02:00
StefanKelm d5b7b2a57b
change --force to --recursive 2018-07-03 12:03:47 +02:00
Steve Clement e791bae470 - Rudimentary support for apache2, login works 2018-07-02 15:43:20 +08:00
Steve Clement 6234a07d39 - Partially works, again, but still CSS issues. 2018-07-02 00:24:12 +08:00
Steve Clement 573952e7e6 - FreeBSD OpenBSD install updates 2018-06-30 19:33:10 +08:00
Steve Clement ce7a2672a5 - Initial OpenBSD install procedure, based on httpd 2018-06-30 18:38:59 +08:00
Raphaël Vinot 29dc4adbdf chg: move old install guides to a sub directory. Init submodules at the right place. 2018-06-30 14:23:02 +08:00
Raphaël Vinot 0e93b54e14 chg: mispzmq -> python3.6 2018-06-29 01:08:29 +08:00
Steve Clement 039452a979 - remove dupe python3-pip from apt install 2018-06-22 02:27:21 +02:00
Steve Clement 0c2bfff208 Merge remote-tracking branch 'upstream/2.4' into 2.4 2018-06-22 02:24:18 +02:00
iglocska d4992f5b7d fix: [setup] Brought MYSQL.sql up to date, fixes #3357, fixes #3358 2018-06-20 06:30:01 +02:00
axpatito 88a1fdd59e
Update INSTALL.rhel7.txt 2018-06-18 13:14:07 -05:00
Andras Iklody 53327be827
fix: [Docs] some install guide clarifications 2018-06-16 23:51:01 +02:00
Steve Clement fdf066955c - Added more automation to install procedure 2018-06-16 00:13:58 +09:00
Richard van den Berg 85f19b691f Enable python3 for php-fpm for RHEL/CentOS 2018-06-08 09:19:02 +02:00
jezkerwin 84e826faf0
Quoted scl commands to properly execute python3 + cwd for Cake Install
Installing Cybox and STIX libraries, the SCL command to install won't properly run unless being quoted.
Added command to change working directory to /var/www/MISP before installing Cake
2018-06-06 23:58:43 +10:00
jezkerwin f39e7ce0d7
Remove contact details, they don't really need to be in there 2018-06-05 14:15:18 +10:00
Richard van den Berg 1b72988e56 Install pymisp for python3 2018-05-29 14:32:23 +02:00
Richard van den Berg 98414cf2be Use python3 to install stix/cybox/mixbox libraries 2018-05-29 13:35:50 +02:00
Steve Clement c7c8f8f5c9
Merge pull request #3268 from SteveClement/2.4
Debian Testing install
2018-05-23 10:24:08 +10:00
Steve Clement a0cb559d72 - Fixed curl 2018-05-23 00:23:56 +10:00
Steve Clement 8ae734af76 - Added curl to update galaxies/taxonomies/warninglists/objectTemplates 2018-05-23 00:13:27 +10:00
Steve Clement 02a9810cc3 - Added yara 2018-05-23 00:08:31 +10:00
Steve Clement 13fbc03877 - Checkout "default" it's 2.4 at what you really want 2018-05-22 23:55:13 +10:00
Steve Clement 81a08eb120 - Added misp-dashboard 2018-05-22 23:52:39 +10:00
Steve Clement 8c0545d22f - Remove > /dev/null foo 2018-05-22 23:33:01 +10:00
Steve Clement f0bd4a1511 - Added pymisp and modules as well as cake CLI commands. 2018-05-22 23:29:36 +10:00
Steve Clement 80dda567b7 - Debian testing install 2018-05-22 19:55:26 +10:00
chrisr3d 9c134881ba
fix: [stix1] Updated install & update instructions for stix, cybox & mixbox libraries 2018-05-18 13:19:29 +02:00
Steve Clement 69437d69e2 - Added Ubuntu 18.04 instructions 2018-05-07 13:12:33 +09:00
Steve Clement 85d12f7dc1 - updated ssdeep instructions 2018-05-07 13:11:16 +09:00
Steve Clement 4f9bc542d9 - Added mascot drafts 2018-05-04 15:48:04 +02:00
iglocska cc9b182a87 chg: Changed the org admin role to not have sync privileges by default 2018-04-23 12:46:00 +02:00
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
iglocska 03881e40c1 chg: Rename two fields in the object references
- source_uuid => object_uuid
- destination_uuid => referenced_uuid
2017-09-07 14:00:18 +02:00
iglocska c09741ebfc new: Further work on the objects
- uuids of both sides saved in references
- attachment adding fixed
2017-09-01 17:42:54 +02:00
iglocska 5552d7c030 new: Several new features
- added multiple flag among other things
2017-08-29 18:28:18 +02:00
iglocska 961bc76393 Merge branch '2.4' into objects_wip 2017-08-21 10:17:16 +02:00
iglocska 859d6e1c46 new: Added object relations 2017-08-21 10:13:19 +02:00
iglocska be38a769c2 fix: Fixed mistyped field 2017-08-16 22:25:56 +02:00
iglocska 8be3f61be6 fix: Fixes to the galaxy import tool 2017-08-16 22:18:32 +02:00
iglocska e9caf3c180 fix: Fixed an outdated index pointing to a now non-existant field 2017-08-10 09:12:21 +02:00
iglocska 0e7dd2eddc new: Added first iteration of object references and other changes
- various fixes
- rework of the pagination library
2017-08-09 17:53:25 +02:00
iglocska 8f6b53ee24 new: Progress on the Objects
- Fixed UI elements in the event view
- Added object-aware filtering to the event view
- Objects can now be deleted and viewed once deleted
  - object sanitisation if the setting is set is implemented
- Edit objects directly from the interface (if the template exists)
- Various other fixes
2017-08-06 18:23:24 +02:00
iglocska 48423fa181 fix: Added description field to object template elements 2017-08-03 14:44:33 +02:00
iglocska 1bf51908ea fix: Fixed previous commit 2017-08-03 14:26:11 +02:00
iglocska 04ffe988a5 fix: Missing field in object template elements added to match upgrade script 2017-08-03 14:23:35 +02:00
iglocska 3b004d5686 Merge branch '2.4' into objects_wip 2017-08-03 11:20:34 +02:00
Johnny 9eeeb9a4f7 Adds missing sudo invocation 2017-07-27 16:30:26 -07:00
iglocska f89a9ce061 fix: Added user password length change to the MYSQL.sql file 2017-07-12 15:59:20 +02:00
Deventual e4be865e1b minor adjustments 2017-07-10 17:45:56 +03:00
Alexandre Dulaunoy 7886b58b46 Merge branch '2.4' into patch-10 2017-07-10 16:33:05 +02:00
Deventual 59be217fae fix minor instructions 2017-07-10 15:25:20 +03:00
Deventual d665a9326f added mixbox update instructions 2017-07-10 15:22:36 +03:00
iglocska a5d582750e fix: Updated fields 2017-07-06 15:02:19 +02:00
iglocska 38d02692df fix: Removed obsolete table 2017-07-05 10:55:07 +02:00
iglocska 38620a4c0e fix: Fixed object references table 2017-07-05 10:36:45 +02:00
iglocska d10c7cd4b0 Merge branch '2.4' into objects_wip 2017-07-02 00:08:14 +02:00
iglocska ee1c1c5de9 new: Further progress on the objects 2017-07-02 00:05:15 +02:00
iglocska f53d954c51 fix: Removed unused fulltext index in favour of 255 length index 2017-06-29 07:44:14 +02:00
Phi|eas |ebada dcfa6ed7b1 Fix gpgv2+ key generation
This resolves failing of gpgv2 key generation with the following error message:
```
gpg: agent_genkey failed: Permission denied
Key generation failed: Permission denied
```

# Explanation
gpgv2's `pinentry-curses` requires access to a current `tty`. If you `su` or `sudo` between users, your tty's permission will stay the same as the initial login user (see illustrating below). You could, in general, work around issues like this by:
 - `old_perms=$(stat -c "%U:%G" $(tty)); chown "www-data:tty" "$(tty)" && { sudo -u www-data gpg --gen-key; chown "${old_perms}" "$(tty)"; }` (uncertain security implications and won't probably work)
 - starting screen/tmux within the newuser and then running `gpg --gen-key`
 - starting a script session

But first point can't really be recommended, latter two will fail because www-data login shell is `/usr/sbin/nologin`. 

Just for illustrating the problem better for you:
```
ssh alice@somehost:
stat -c "%U:%G $(tty)" $(tty)
alice:tty /dev/pts/1
su - root
stat -c "%U:%G $(tty)" $(tty)
alice:tty /dev/pts/1
`
2017-06-28 13:40:53 +02:00
SHSauler 0c390817f6 fix: cleanup/sync of installation guides 2017-06-27 21:17:14 +02:00
Kevin Allix 2b6ee46e9a Change (where needed) shebang to /usr/bin/env xxx for better portability 2017-06-24 13:37:42 +02:00
dc 5f103469c9 Fixes #2278 2017-06-22 14:43:48 +02:00
dc 70939ef37d Fixes #2278 2017-06-22 14:43:12 +02:00
Fafner [_KeyZee_] 7d4fcd62bb Update INSTALL.debian9.txt 2017-06-20 16:00:01 +02:00
Fafner [_KeyZee_] 0ad98bc6af Update INSTALL.debian9.txt 2017-06-20 15:57:57 +02:00
Fafner [_KeyZee_] 5cf41785b3 Create INSTALL.debian9.txt 2017-06-20 15:48:55 +02:00
iglocska 1db9f8c074 fix: Added Mixbox to the STIX installation, fixes #2262 ##comma## fixes 2261
- provided by @newdominic
2017-06-14 10:31:27 +02:00
iglocska 93a99208c6 Merge branch '2.4' into feature/objects 2017-06-13 12:08:26 +02:00
iglocska 2b6ddaff95 chg: Added new fields to mysql 2017-06-13 12:00:32 +02:00
Steffen Sauler 032a592642 fix: logrotate, database.php settings explanation 2017-05-30 17:48:44 +02:00
iglocska c80621d2ef fix: Removed two duplicate fields from MYSQL.sql 2017-05-10 14:33:05 +02:00
iglocska 4ba1fb8fd8 fix: Added missing fields causing pulled events to not contain attributes, fixes #2171 2017-05-10 14:24:34 +02:00
Ángel González 926895733b Cosmetic changes
Change space indents to tabs
Remove ?> at end of file
Add or remove some indentation where appropriate
2017-05-08 00:45:57 +02:00
Andras Iklody 699be1ed30 Merge pull request #1947 from SekoiaLab/fix/install_sql
Fix/install sql
2017-04-30 18:42:45 +02:00
devnull- 9835b8932f Merge branch '2.4' into issues_1643 2017-04-27 10:04:32 +02:00
juju4 47cfcd1047 Remove default value for column comment
ERROR 1101 (42000) at line 20: BLOB, TEXT, GEOMETRY or JSON column 'comment' can't have a default value
https://travis-ci.org/juju4/ansible-MISP/jobs/222624828#L7561
(ubuntu xenial, mysql 5.7)
https://dev.mysql.com/doc/refman/5.7/en/blob.html

Strangely, this does not affect centos7 and mariadb 5.5 even if corresponding documentation states the same.
https://travis-ci.org/juju4/ansible-MISP/jobs/222624827#L4862
2017-04-16 18:05:47 -04:00
Hannah Ward b0a70af731
fix: remove now unneeded JS deps 2017-04-13 10:52:54 +01:00
Hannah Ward ecf1406ae4
fix: Only require node for development purposes - compiles to JS 2017-04-13 09:14:34 +01:00
Hannah Ward d1d7d0c632
chg: add npm instructions in install 2017-04-11 16:32:18 +01:00
iglocska 8acd4a783d chg: DB changes pre-loaded for 2.4.71 2017-04-10 17:25:10 +02:00
Justin Hopple aea4003422 Update xINSTALL.centos6.txt 2017-03-27 19:46:56 -05:00
Richard van den Berg bc37031530 Add perm_sighting to initial database and roles 2017-03-17 14:43:41 +01:00
iglocska 048cfab5a9 fix: Fixed sql fail 2017-03-08 17:55:20 +01:00
iglocska e1baec2896 fix: Fixed some default value issues with taxonomy colours 2017-03-08 15:04:38 +01:00
iglocska 46695b8ca2 fix: Several blacklist related fixes
- turned the functionality to a default on feature
- added indexes
- fixed some default values
2017-03-07 17:39:44 +01:00
devnull- 89e76bc859 Merge branch '2.4' into issues_1643 2017-02-28 15:47:28 +01:00
iglocska 470f90b5b5 fix: More invalid MySQL fields fixed 2017-02-24 11:17:10 +01:00
iglocska 72d6b275ba fix: Fixed a mysql issue 2017-02-24 11:12:30 +01:00
iglocska a59aab9b23 fix: Re-added the accidentally removed code in a merge, fixes #1965
- affects f0e1a27b7d
2017-02-20 18:43:36 +01:00
devnull- f35d247930 Merge branch '2.4' into issues_1643 2017-02-20 09:23:07 +01:00
iglocska 1251eb8189 fix: Added missing column in MYSQL.sql and some indexing 2017-02-17 09:46:07 +01:00
iglocska 2f80d46dcf fix: typo 2017-02-17 09:39:24 +01:00
iglocska 88c08af7df fix: MYSQL.sql brought up to date 2017-02-17 09:34:56 +01:00
iglocska dc8a9707c0 Merge branch '2.4' into feature/enhanced_sightings 2017-02-16 22:52:53 +01:00
devnull- f24682f86a Merge branch '2.4' into issues_1643 2017-02-16 21:49:45 +01:00
iglocska 01eb208697 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2017-02-16 18:01:34 +01:00
iglocska 18272cd7ed fix: Changed installation behaviour of composer
- no longer requires the live download and execution of the composer package
  - compromising https://getcomposer.org/ could lead to RCE for new MISP installations during the installation

- As reported by Trey Darley (@treyka)
2017-02-16 17:59:19 +01:00
Trey Darley e74552a3e7 remove spurious php5-xml
php5-xml is not a separate package; it's included with libapache2-mod-php5.
2017-02-16 16:00:11 +00:00
Adrien RAFFIN 7149a7c7f8 fix: Add event_blacklists and org_blacklists in POSTGRESQL install scripts
Also fix small bug in imported MYSQL syntax

WARNING: NOT tested in production

Tests were only done to create database structure, MISP wasn't run with
this database. It still could have incompatibilities with Model
2017-02-16 13:04:30 +01:00
Adrien RAFFIN 9dd55f5380 fix: Add event_blacklists and org_blacklists in MYSQL install scripts 2017-02-16 13:04:30 +01:00
Andras Iklody 1f0c6cf6ab Merge pull request #1942 from Deventual/patch-5
fixed install instructions
2017-02-16 12:10:33 +01:00
Andras Iklody 23fa621f76 Merge pull request #1944 from Deventual/patch-7
fixed install instructions
2017-02-16 12:10:13 +01:00
Andras Iklody 8718cfbfcd Merge pull request #1945 from Deventual/patch-8
Fixed install instructions
2017-02-16 12:09:56 +01:00
Deventual 84687f77f8 Fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-16 12:35:08 +02:00
Deventual cbf890cf72 fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-16 12:33:57 +02:00
Deventual ce41ad02b5 Update INSTALL.debian7.txt 2017-02-16 12:30:40 +02:00
Deventual 822bd04c45 fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-16 12:27:40 +02:00
Deventual ae90644ef6 fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-16 12:26:04 +02:00
Andras Iklody db91b4864b Merge pull request #1937 from Deventual/patch-4
Fixed install instructions
2017-02-16 11:18:04 +01:00
Deventual 00c8de9868 Fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-15 18:30:26 +02:00
Deventual 5d9f4f0999 fixed install instructions
Added php-xml, without it this issue can rise:
Class 'DOMDocument' not found in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Utility/Xml.php
2017-02-15 18:27:03 +02:00
Richard van den Berg 2ccb10c198 Add sudo for cp logrotate 2017-02-12 17:08:06 +01:00
Richard van den Berg 0bcb3376e5 Add logrotation for MISP workers output 2017-02-06 17:26:17 +01:00
iglocska 4ad022b03c Merge branch '2.4' into feature/attribute-tagging 2017-01-16 16:15:06 +01:00
iglocska 44fcf5dfdb chg: Added event ID to the attribute level tags 2017-01-14 00:16:05 +01:00
mdtro 3406375bb8 Fixed typo in dependency installs
rh-php56-bcmath should be rh-php56-php-bcmath
2017-01-10 17:12:06 -06:00
Ben Drysdale 7903064014 Fixed typo in xINSTALL.centos7.txt 2017-01-10 22:50:07 +00:00
devnull- d500f8682d Update the database schema unpublish_event (servers) & PublishWithoutEmail (servers) 2017-01-05 16:40:40 +01:00
devnull- c4d66e03e9 Update the database schema unpublish_event (servers) 2017-01-05 16:38:24 +01:00
devnull- c42e9dc2f9 Update the database schema PublishWithoutEmail (servers) 2017-01-05 16:38:19 +01:00
iglocska 7146652059 Merge branch '2.4' into feature/attribute-tagging 2016-12-26 23:30:21 +01:00
iglocska 5a58d0d8d5 chg: Added colour fields to sql files 2016-12-25 18:13:51 +01:00
Richard van den Berg 50f684d1c5 Add missing indexes 2016-12-15 18:38:51 +01:00
Moshe Kaplan c895f898c3 Update xINSTALL.centos7.txt 2016-12-14 08:24:14 -05:00
Richard van den Berg 9d89516e58 Add fulltext indexes from AppModel.php to MYSQL.sql 2016-12-13 10:34:29 +01:00
Moshe Kaplan 4957edcd22 Update xINSTALL.centos7.txt 2016-12-12 13:24:27 -05:00
Richard van den Berg e8ce32f0a2 Set proposal_to_delete default to 0 2016-12-09 09:54:08 +01:00
Iglocska 0280fad3e6 fix: index length fixed for several text fields 2016-12-06 00:38:11 +01:00
Iglocska 2ac3d543f3 fix: Escape field names again
- TODO, have a backtick replacement script for postgres
2016-12-06 00:21:19 +01:00
Iglocska b8c28c20b1 fix: Attempt at a fix for SQL woes 2016-12-06 00:02:32 +01:00
Iglocska 8302048dd9 fix: Fixed an issue where a normal index was attempted to be created for a text field causing the installation to fail 2016-12-05 23:31:23 +01:00
Iglocska fe49d598f6 new: Added galaxy tables 2016-12-03 23:43:48 +01:00
Iglocska 2875789804 fix: Some additional changes to accomodate for the automatically enabled sightings 2016-11-21 17:57:55 +01:00
Andras Iklody e763e7646f Update to UPDATE.txt
- indicate that a git pull is all that is normally needed.
2016-11-08 08:56:29 -05:00
Iglocska 0c59f3445e Merge branch '1652' into 2.4 2016-11-05 22:17:06 +01:00
Iglocska 4a50cfbd55 Merge branch '1642' into 2.4 2016-11-05 22:13:56 +01:00
cristian bell 3a557636b9 replaced ip address with * for the virtualHost 2016-11-05 08:14:32 +01:00
Alexandre Dulaunoy 21e99039be add: Screenshot of an event - version 2.4.53 2016-11-03 20:29:21 +01:00
Deventual 22e7d86b41 Update UPDATE.txt 2016-11-02 14:55:45 +02:00
Deventual 23a35678c8 Update UPDATE.txt 2016-11-02 14:26:46 +02:00
Alexandre Dulaunoy 74416e19b2 add: Hackathon drawing added 2016-11-01 07:10:14 +01:00
Iglocska b6e30e8471 chg: Rename CENTOS install files to get to the end of the list of install guides
- people seem to think that we recommend CentOS for MISP which is absolutely not the case
2016-10-20 13:46:26 +02:00
Richard van den Berg 41d64b92b3 Add rh-php56-bcmath as a requirement for CentOS 2016-10-14 11:02:26 +02:00
Thomas Maier d0d74a7f61 sudo is needed to create new ssl key.
A normal user does not have permissions to the used folder /etc/ssl/private in Ubuntu 16.04/Mint 18 by default.
2016-09-30 15:55:36 +02:00
Thomas Maier 0675e99347 Added python-setuptools for ubuntu install howto
You need to install the package python-setuptools on Ubuntu 16.04/Mint 18 to use the setup.py for the STIX installation.
2016-09-30 15:03:21 +02:00
Andreas Ziegler af73d02a98 new: add sql for attribute_tags (PostgreSQL) 2016-09-29 16:52:21 +02:00
Andreas Ziegler 7960c87000 new: add sql for attribute_tags (MySQL) 2016-09-29 16:52:06 +02:00
Andras Iklody f5d60ed3a3 Separated a2enmod lines to prevent some confusion 2016-09-26 15:09:50 +02:00
Andreas Ziegler 15dd363a9c chg: remove obsolete files 2016-09-24 23:35:54 +02:00
Andreas Ziegler 50744b04f7 chg: update deb8/ubu1604 setup, composer to 1.2.1 (#1569) 2016-09-24 23:34:49 +02:00
Alexandre Dulaunoy e8a2a0fc22 Merge pull request #1382 from treyka/patch-2
Add install procedure for current version of ZeroMQ
2016-09-23 00:07:47 +02:00
Andreas Ziegler b3ce62e168 chg: Default roles all have API access
- changed the default role set to have api access enabled
- existing installations not affected
- if a community wants to restrict API access for certain users they're free to do it

(same as aa03830643 but for postgres this time)
2016-09-20 17:41:30 +02:00
Iglocska aa03830643 chg: Default roles all have API access
- changed the default role set to have api access enabled
- existing installations not affected
- if a community wants to restrict API access for certain users they're free to do it
2016-09-20 14:38:54 +02:00
Pablo Panero 19993023f7 Update INSTALL.centos7.txt 2016-09-02 13:57:41 +02:00
ppanero 1364952515 change in SELtype, httpd_sys_content_rw_t does not exists 2016-09-01 10:45:55 +02:00
Andras Iklody 6cda3fb39b Merge pull request #1485 from MISP/feature/postgresql
support PostgreSQL database backend
2016-09-01 09:35:14 +02:00
Andreas Ziegler 97f730c1af new: db structure&data file for PostgreSQL support 2016-09-01 01:08:18 +02:00
iglocska ba986bea38 fix: Add key length to text field index 2016-08-31 11:14:04 +02:00
iglocska 517f7e0003 fix: Removed incorrect index in the previous commit 2016-08-31 11:07:38 +02:00
iglocska 51848fd4c7 chg: Changed the default event table engine to InnoDB 2016-08-31 11:01:44 +02:00
iglocska 29f5b936b1 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-08-31 10:11:21 +02:00
iglocska dd68eb0aae chg: Set "User" as the default role for new installations 2016-08-31 10:11:06 +02:00
Andreas Ziegler 812e8a6dd5 fix: update version number to 2.4.51 in MYSQL.sql 2016-08-31 04:30:45 +02:00
Andreas Ziegler 66c8f56b17 new: add basic documentation on experimental PostgreSQL support 2016-08-31 04:11:49 +02:00
iglocska 9656913bd1 fix: Added 2.4.51's database changes to MYSQL.sql 2016-08-30 15:52:58 +02:00
iglocska 79c1bd1ae4 fix: Moved the example API script using SSL client certificate 2016-08-29 21:50:41 +02:00
iglocska c15674ea44 Merge branch 'sslclientcert' into sslclientsync 2016-08-18 10:03:01 +02:00
iglocska 444171bd2d Merge branch '2.4' into sslclientsync 2016-08-18 09:58:52 +02:00
Andreas Ziegler 3e4e08ffd1 chg: remove obsolete upgrade stuff, unsupported 2016-08-16 16:06:57 +02:00
Andreas Ziegler 88b2ea1eaf chg: add index for cake_sessions expires to MYSQL.sql 2016-08-16 04:10:34 +02:00
Mathieu Deloitte dca6e0b237 Init MISP ansible 2016-08-05 15:39:38 +02:00
Andreas Ziegler f622eeab63 chg: remove duplicate line from install doc 2016-08-04 14:47:04 +02:00
Andreas Ziegler 44d5fe0344 chg: small cleanup of MYSQL.sql
- integers instead of strings
- spaces after commas, not before
- add&remove spaces
2016-08-01 18:21:14 +02:00
Richard van den Berg 81a5838131 Add support for sync server SSL client certificates 2016-08-01 16:30:22 +02:00
Alexandre Dulaunoy e1289a122c Update UPDATE.txt
Update the UPDATE process according to the development and release cycle.

git fetch is required and not git pull.
2016-07-28 10:50:15 +02:00
Iglocska e65bc0db53 Merge branch '2.4' into 2.4.49
Conflicts:
	app/Controller/AppController.php
2016-07-22 13:29:27 +02:00
Trey Darley 02d910c0ad Add install procedure for current version of ZeroMQ
Debian 8 has an ancient version of ZeroMQ which is not compatible with the latest pyzmq on PyPI. Manually installing the current ZeroMQ release is a viable workaround.
2016-07-22 09:44:49 +00:00
Iglocska b4806939fc fix: MySQL error on users.certif_public, fixes #1378 2016-07-22 10:48:19 +02:00
Trey Darley b3144f068b Small documentation clarification 2016-07-22 08:28:05 +00:00
Iglocska 53289b5416 new: Added a tag restriction to restrict the usage of a tag to a single organisation 2016-07-20 00:08:46 +02:00
Iglocska 069bc3e77f fix: Added roaming to sharing groups in the mysql.sql 2016-07-19 08:44:11 +02:00
Iglocska da0ce1e861 fix: No need for default tasks in the MYSQL.sql file any longer
- handled by the tasks automatically on view
2016-07-18 13:21:59 +02:00
Iglocska af35a4eea2 fix: Added perm_delegate to the default roles in the MYSQL.sql file 2016-07-18 12:24:08 +02:00
Iglocska 6d78946be7 fix: Fixed strings for tinyint(1) type fields in the MYSQL.sql file 2016-07-18 12:22:05 +02:00
Iglocska 5ec15ed05f fix: reverted version number in MYSQL.sql 2016-07-18 00:47:21 +02:00
Iglocska bd46fab70d Merge branch 'email' into 2.4
Conflicts:
	INSTALL/MYSQL.sql
2016-07-18 00:43:47 +02:00
Iglocska 0a33220f03 fix: changed field name from job_id -> process_id for tasks 2016-07-18 00:42:32 +02:00
Iglocska 0ef167f78d Merge branch 'jobid' into 2.4 2016-07-18 00:40:20 +02:00
Steve Fossen 27ce8c9cec mysql for bug #1180 2016-07-15 08:55:01 -07:00
Steve Fossen 75c633f788 update initial install mysql too 2016-07-15 08:42:52 -07:00
Andreas Ziegler 0a4b26de24 fix: doc: use php5-redis package instead of pecl for deb7/ubu14 2016-07-13 21:12:48 +02:00
Andreas Ziegler 8e28fed3ac fix: submodule updates: force overwrite 2016-07-13 18:08:37 +02:00
Andreas Ziegler 8f31a9f5c9 fix: allow null values for taxonomies expanded column, fixes #1354 2016-07-11 19:33:21 +02:00
Andreas Ziegler 31f21e83ad chg: another cleanup of MYSQL.sql 2016-07-11 19:12:44 +02:00
Andreas Ziegler 43e4da507e chg: docs UPDATE/UPGRADE use latest tag/release instead of latest commit 2016-07-11 02:38:39 +02:00
Andreas Ziegler 6c78974a46 chg: update INSTALL docs to use latest tag/release instead of latest commit 2016-07-11 02:19:20 +02:00