Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Small adjustments #5

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

### Do you have an idea or feature request?

- Use the discussion space above or reach out through email: contact[at]intuitem.com to see how we can help each other in an optimal way
- Use the discussion space above or reach out through email: contact[at]intuitem.com to see how we can help each other in an optimal way
Binary file added mira_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@

MIRA is your streamlined one-stop shop for risk assessment and management. What makes it special is the fact that it is based on field knowledge and inputs from security experts.

## Overview

![mira overview](mira_overview.png)

## Community

Join our [open Discord community](https://discord.gg/7ubENCPF) to interact with the team and other GRC experts.

## Installation

> The fastest and easiest way to get started is through the [free trial of cloud instance available here](https://intuitem.com/trial).

This part is divided in two sections, the quick start if you simply want to run MIRA to see what it's made of, and the development setup if you want to go further.

### Requirements
Expand All @@ -18,7 +28,7 @@ To install gettext and pango, do `sudo apt update && sudo apt install gettext li

### Quick start 🏁

There are two methods to run MIRA in a quick way, using Python or using Docker.
There are two methods to run MIRA locally: using Python or using Docker.

By default, Django secret key is generated randomly at each start of Mira. This is convenient for quick test, but not recommended for production, as it can break the sessions (see this [topic](https://stackoverflow.com/questions/15170637/effects-of-changing-djangos-secret-key) for more information). To set a fixed secret key, use the environment variable DJANGO_SECRET_KEY.

Expand Down
Loading