Skip to content

Commit

Permalink
Added dashboard templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek-Thakare committed Nov 24, 2023
1 parent 8985530 commit 624f892
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,31 @@ Mantis supports multiple installation types. Installing Mantis via Docker would

Considering that Mantis also includes MongoDB and AppSmith, we have provided a shell script that installs all the components.

### Minimum System Requirements (Single Machine Scan)
RAM - 4GB
Cores - 2
Storage - 16GB

### Docker

Clone the Mantis repository

```
$ git clone https://github.com/PhonePe/mantis.git
git clone https://github.com/PhonePe/mantis.git
```

cd into the Mantis directory

```
$ cd mantis/setup/docker
cd mantis/setup/docker
```

Run the respective docker setup file based on your OS

```
$ ./docker-setup-macos.sh
./docker-setup-macos.sh
$ ./docker-setup-ubuntu.sh
./docker-setup-ubuntu.sh
```


Expand Down
1 change: 1 addition & 0 deletions dashboard_templates/Mantis Dashboard.json

Large diffs are not rendered by default.

0 comments on commit 624f892

Please sign in to comment.