From 4562e4cfb417eecf735b83c35b43a4e7382089ab Mon Sep 17 00:00:00 2001 From: Prateek Thakare Date: Thu, 30 Nov 2023 19:13:51 +0530 Subject: [PATCH] updated installation docs --- src/SUMMARY.md | 5 ----- src/installation/installation-linux.md | 22 +--------------------- src/installation/installation-mac.md | 22 +--------------------- src/installation/installation-ubuntu.md | 23 +---------------------- src/installation/installation.md | 6 +++--- 5 files changed, 6 insertions(+), 72 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 5310a15..a57674a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -13,11 +13,6 @@ - [Integrate new scanner in minutes](./features/new_scanner.md) - [⚙️ Installation and Setup](./installation/installation.md) - [Docker](./installation/installation-docker.md) - - [Mac](./installation/installation-mac.md) - - [Linux(Ubuntu)](./installation/installation-ubuntu.md) - - [Windows](./installation/installation-windows.md) - - [Mutliple Machines](./installation/installation-multiple.md) - - [Run Ansible Script](./installation/ansible.md) - [🛠️ Configuration](./configuration/configuration.md) - [📋 Config File](./configuration/config-file.md) - [Workflow Configuration](./configuration/workflow-config.md) diff --git a/src/installation/installation-linux.md b/src/installation/installation-linux.md index bc598bc..70a6fc0 100644 --- a/src/installation/installation-linux.md +++ b/src/installation/installation-linux.md @@ -1,24 +1,4 @@ # Ubuntu - Linux --- -To install Mantis directly on Ubuntu, follow the below steps. - -## Setup - -Clone the Mantis repository - -```shell -$ git clone https://github.com/PhonePe/mantis.git -``` - -cd into the Mantis directory - -```shell -$ cd mantis/setup/ubuntu -``` - -Run the mac setup file - -```shell -$ ./setup-mantis-ubuntu.sh -``` \ No newline at end of file +Coming Soon \ No newline at end of file diff --git a/src/installation/installation-mac.md b/src/installation/installation-mac.md index 52253fb..1f0f3ce 100644 --- a/src/installation/installation-mac.md +++ b/src/installation/installation-mac.md @@ -1,24 +1,4 @@ # Mac --- -To install Mantis directly on Mac, follow the below steps. We have simplified the installation as much as possible - -## Setup - -Clone the Mantis repository - -```shell -$ git clone https://github.com/PhonePe/mantis.git -``` - -cd into the Mantis directory - -```shell -$ cd mantis/setup/macos -``` - -Run the mac setup file - -```shell -$ ./setup-mantis-macos.sh -``` +Coming Soon \ No newline at end of file diff --git a/src/installation/installation-ubuntu.md b/src/installation/installation-ubuntu.md index bc598bc..065c9b5 100644 --- a/src/installation/installation-ubuntu.md +++ b/src/installation/installation-ubuntu.md @@ -1,24 +1,3 @@ # Ubuntu - Linux --- - -To install Mantis directly on Ubuntu, follow the below steps. - -## Setup - -Clone the Mantis repository - -```shell -$ git clone https://github.com/PhonePe/mantis.git -``` - -cd into the Mantis directory - -```shell -$ cd mantis/setup/ubuntu -``` - -Run the mac setup file - -```shell -$ ./setup-mantis-ubuntu.sh -``` \ No newline at end of file +Coming Soon \ No newline at end of file diff --git a/src/installation/installation.md b/src/installation/installation.md index 72004d3..f074df3 100644 --- a/src/installation/installation.md +++ b/src/installation/installation.md @@ -4,12 +4,12 @@ Mantis provides multiple installation methods that includes performing the entir **Single Machine** - Docker -- Linux (Ubuntu) +- Linux (Ubuntu) (Coming Soon) - Windows (Coming Soon) **Multiple Machine** -- Set of VMs -- AWS (Ansible script) +- Set of VMs (Coming Soon) +- AWS (Ansible script) (Coming Soon)