Skip to content

Commit

Permalink
updated installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek-Thakare committed Nov 30, 2023
1 parent 36a772c commit 4562e4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 72 deletions.
5 changes: 0 additions & 5 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 1 addition & 21 deletions src/installation/installation-linux.md
Original file line number Diff line number Diff line change
@@ -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
```
Coming Soon
22 changes: 1 addition & 21 deletions src/installation/installation-mac.md
Original file line number Diff line number Diff line change
@@ -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
23 changes: 1 addition & 22 deletions src/installation/installation-ubuntu.md
Original file line number Diff line number Diff line change
@@ -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
```
Coming Soon
6 changes: 3 additions & 3 deletions src/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



0 comments on commit 4562e4c

Please sign in to comment.