MISP/INSTALL
Steve Clement d48a013f3a
fix: [installer] Updated installer checksums
2020-03-28 11:28:46 +09:00
..
ansible chg: [internal] Simplify installation with composer 2019-09-11 17:46:51 +02:00
build/technical_design chg: remove obsolete files 2016-09-24 23:35:54 +02:00
format Version 1.0 of MISP XML Document Type Definition. 2013-07-29 11:37:09 +02:00
logos chg: [doc] license for the logos added 2019-02-12 09:44:25 +01:00
old Merge branch 'thumbnail' into 2.4 2019-03-29 20:29:37 +01:00
screenshots chg: [screenshots] updates with new functionalities 2019-12-19 17:35:45 +01:00
setup chg: remove obsolete files 2016-09-24 23:35:54 +02:00
CONFIG.SMIME.txt chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
CONFIG.elasticsearch-logging.txt chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
CONFIG.s3-attachments.txt chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
INSTALL.kali.txt fix: [doc] Fixed symlink for kali 2019-04-25 12:42:02 +09:00
INSTALL.rhel7.txt chg: [docs] Symlink to rhel7 guide 2018-10-23 07:43:33 +09:00
INSTALL.sh fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.sh.sfv fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.sh.sha1 fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.sh.sha256 fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.sh.sha384 fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.sh.sha512 fix: [installer] Updated installer checksums 2020-03-28 11:28:46 +09:00
INSTALL.tpl.sh new: usr: add support for RHEL in the install script 2020-03-19 16:20:40 +01:00
INSTALL.ubuntu1804.txt chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
MYSQL.sql Sync sightings on push, pull and push on add 2019-11-22 21:53:51 +01:00
POSTGRESQL-data-initial.sql Sync sightings on push, pull and push on add 2019-11-22 21:53:51 +01:00
POSTGRESQL-structure.sql Sync sightings on push, pull and push on add 2019-11-22 21:53:51 +01:00
README.md chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
UPDATE.txt new: [tools] Added tool to create MISP INSTALL Docs and push to gh-page, plus it fetche latest Changelog.txt 2018-10-22 09:52:55 +09:00
apache.24.misp.ssl chg: [conf] Added http to https redirection 2019-05-13 12:38:59 +09:00
apache.misp.centos7 fix: allow x-frames in apache configs 2019-04-03 11:36:15 +02:00
apache.misp.centos7.ssl fix: allow x-frames in apache configs 2019-04-03 11:36:15 +02:00
apache.misp.ubuntu fix: allow x-frames in apache configs 2019-04-03 11:36:15 +02:00
generic new: [doc] Added symlink to generic folder and added note what generic means/is 2018-11-05 10:36:47 +09:00
misp-workers.service chg: [tools] misp-workers.service need to be able to be installed on a stick MISP install (Ubuntu) other flavours want to be marked as such. (and in a seperate directory, ideally, etc/systemd/system) 2019-02-27 07:58:46 +05:30
misp.logrotate Update misp.logrotate 2019-07-23 11:28:36 +09:00
misplogrotate.te Allow python scripts to write to exec-errors.log 2019-10-29 08:20:41 +01:00
patch_PublishWithoutEmail.sql Update the database schema PublishWithoutEmail (servers) 2017-01-05 16:38:19 +01:00
patch_Unpublish_event.sql Update the database schema unpublish_event (servers) 2017-01-05 16:38:24 +01:00
patch_smime.sql PATCH: Update the database schema (SMIME) 2016-04-04 18:08:02 +02:00
xINSTALL.OpenBSD.txt chg: [docs] Added some symlinks to migrated files. 2018-10-21 21:53:42 +09:00
xINSTALL.centos6.txt chg: [docs] Added symlinks to new .md to preserve old style for a while. 2018-10-22 09:55:09 +09:00
xINSTALL.centos7.txt chg: [docs] Added some symlinks to migrated files. 2018-10-21 21:53:42 +09:00
xINSTALL.debian9-postgresql.txt chg: [doc] Move Debian9 stable install instructions to xPerimental status as only Python 3.5 is supported by default but PyMISP needs 3.6 (There are no easy clean ways to install >3.5) 2019-02-21 12:32:05 +05:30
xINSTALL.debian9.txt chg: [doc] Move Debian9 stable install instructions to xPerimental status as only Python 3.5 is supported by default but PyMISP needs 3.6 (There are no easy clean ways to install >3.5) 2019-02-21 12:32:05 +05:30
xINSTALL.ubuntu1804.with.webmin.txt chg: [doc] Some format updates to config files 2018-11-30 14:40:24 +09:00

README.md

Main INSTALL Documentation for the MISP Project.

To have a more web friendly view please visit the mkdocs generated gh-pages site here

The text files in this folder are symlink to ../docs - Which is the actual source.

Currently the following install guides are being tested on a regular basis:

INSTALL.debian9.txt
INSTALL.kali.txt
INSTALL.ubuntu1804.txt

A folder of interest might be 'old'. In old you will find previous INSTALL guides.

Files prefixed with 'CONFIG.' are CONFIGuration guides and not full blown INSTALL guides.

UPDATE.txt give you a brief overview on how to update MISP to the latest version, as well as some other core dependencies that can be updated.

Install guides with the 'x' prefix, are marked as Experimental.

The following are tested on a semi-regular basis:

xINSTALL.centos7.txt
xINSTALL.debian_testing.txt
xINSTALL.Arch.txt