From b1aff168013725033e2fedfc93c8a80cf05bbdec Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 20 Nov 2018 12:55:01 +0900 Subject: [PATCH] chg: [doc] Moved Ubuntu Webmin to experimental, as it is difficult to maintain without working production webmin install --- ...min.md => xINSTALL.ubuntu1804.with.webmin.md} | 16 +++++++++------- mkdocs.yml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) rename docs/{INSTALL.ubuntu1804.with.webmin.md => xINSTALL.ubuntu1804.with.webmin.md} (99%) diff --git a/docs/INSTALL.ubuntu1804.with.webmin.md b/docs/xINSTALL.ubuntu1804.with.webmin.md similarity index 99% rename from docs/INSTALL.ubuntu1804.with.webmin.md rename to docs/xINSTALL.ubuntu1804.with.webmin.md index 730bea9a8..5fdfadbb9 100644 --- a/docs/INSTALL.ubuntu1804.with.webmin.md +++ b/docs/xINSTALL.ubuntu1804.with.webmin.md @@ -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 ------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 9611bd9c3..ea165cdb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'