chg: [doc] Moved Ubuntu Webmin to experimental, as it is difficult to maintain without working production webmin install

pull/3890/head
Steve Clement 2018-11-20 12:55:01 +09:00
parent 408ff84257
commit b1aff16801
2 changed files with 10 additions and 8 deletions

View File

@ -3,15 +3,11 @@
### 0/ MISP Ubuntu 18.04-server install - status
-------------------------
!!! notice
Tested semi-working by @SteveClement on 20181120.
{!generic/community.md!}
#### Why Webmin/Virtualmin?
Some may not be full time sysadmin and prefer a platform that once it has been setup works and is decently easy to manage.
#### Assumptions
Assuming you created the subdomanin misp.yourserver.tld to where MISP will be installed and that the user "misp" is in the sudoers group and that you have already configured SSL with Lets Encrypt on the subdomain.
{!generic/globalVariables.md!}
```bash
@ -21,6 +17,12 @@ VIRT_USER=misp.misp-vm.local
PATH_TO_MISP=/home/${VIRT_USER}/public_html/MISP
```
#### Why Webmin/Virtualmin?
Some may not be full time sysadmin and prefer a platform that once it has been setup works and is decently easy to manage.
#### Assumptions
Assuming you created the subdomanin misp.yourserver.tld to where MISP will be installed and that the user "misp" is in the sudoers group and that you have already configured SSL with Lets Encrypt on the subdomain.
### 1/ Minimal Ubuntu install
-------------------------

View File

@ -67,7 +67,6 @@ nav:
- Home: 'index.md'
- Install Guides:
- 'Ubuntu 18.04': 'INSTALL.ubuntu1804.md'
- 'Ubuntu 18.04 \w webmin': 'INSTALL.ubuntu1804.with.webmin.md'
- 'Debian stable': 'INSTALL.debian9.md'
- 'Kali Linux': 'INSTALL.kali.md'
- 'Redhat Enterprise Linux 7': 'INSTALL.rhel7.md'
@ -77,6 +76,7 @@ nav:
- 'Centos 7': 'xINSTALL.centos7.md'
- 'Debian testing': 'xINSTALL.debian_testing.md'
- 'Debian 9 \w postgresql': 'xINSTALL.debian9-postgresql.md'
- 'Ubuntu 18.04 \w webmin': 'xINSTALL.ubuntu1804.with.webmin.md'
- 'Tsurugi Linux': 'xINSTALL.tsurugi.md'
- 'OpenBSD 6.4': 'xINSTALL.OpenBSD.md'
- 'Redhat Enterprise Linux 7.6 (BETA)': 'xINSTALL.rhel7.md'