chg: [doc] Added -1 to rhel/centos and a future note

pull/4502/head
Steve Clement 2019-04-18 10:21:41 +09:00
parent 55da02a937
commit ee04f6a725
3 changed files with 48 additions and 0 deletions

View File

@ -1,6 +1,22 @@
# INSTALLATION INSTRUCTIONS for RHEL 7.x
-------------------------
### -1/ Installer and Manual install instructions
Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.rhel7/).
!!! warning
In the **future**, to install MISP on a fresh RHEL 7 install all you need to do is:
```bash
# Please check the installer options first to make the best choice for your install
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s
# This will install MISP Core and misp-modules (recommended)
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s -- -c -M
```
**The above does NOT work yet**
## 0/ Overview and Assumptions
{!generic/rhelVScentos.md!}

View File

@ -1,6 +1,22 @@
# INSTALLATION INSTRUCTIONS
## for CentOS 6.10
### -1/ Installer and Manual install instructions
Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/xINSTALL.centos6/).
!!! warning
In the **future**, to install MISP on a fresh CentOS 6 install all you need to do is:
```bash
# Please check the installer options first to make the best choice for your install
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s
# This will install MISP Core and misp-modules (recommended)
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s -- -c -M
```
**The above does NOT work yet**
### 0/ MISP CentOS 6 Minimal NetInstall - Status
--------------------------------------------

View File

@ -1,6 +1,22 @@
# INSTALLATION INSTRUCTIONS
## for CentOS 7.x
### -1/ Installer and Manual install instructions
Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/xINSTALL.centos7/).
!!! warning
In the **future**, to install MISP on a fresh CentOS 7 install all you need to do is:
```bash
# Please check the installer options first to make the best choice for your install
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s
# This will install MISP Core and misp-modules (recommended)
curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.debian.sh | bash -s -- -c -M
```
**The above does NOT work yet**
### 0/ MISP CentOS 7 Minimal NetInstall - Status
--------------------------------------------