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

Commit

Permalink
Merge pull request #7 from intuitem/Mohamed-Hacene-patch-1
Browse files Browse the repository at this point in the history
docs: update git repo link in README
  • Loading branch information
ab-smith authored Sep 25, 2023
2 parents 9fa098b + 83e8212 commit 6f6f20a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ By default, Django secret key is generated randomly at each start of Mira. This
0. Clone the repository

```sh
git clone [email protected]:intuitem/mira.git
cd mira
git clone [email protected]:intuitem/mira-community.git
cd mira-community
```

#### Using Python
Expand Down Expand Up @@ -102,7 +102,7 @@ docker build . -t mira:3.0.2
3. Once this is done, you can simply start-up MIRA by running:

```sh
docker run --rm -it --env CREATE_SUPERUSER -p 8000:8000 -v ./db:/code/db mira:3.0.2
docker run --rm -it --env CREATE_SUPERUSER=true -p 8000:8000 -v ./db:/code/db mira:3.0.2
```
When asked for, enter your email and password for your superuser.

Expand All @@ -121,8 +121,8 @@ docker run --rm -p 8000:8000 -v ./db:/code/db mira:3.0.2
1. Clone the repository.

```sh
git clone [email protected]:intuitem/mira.git
cd mira
git clone [email protected]:intuitem/mira-community.git
cd mira-community
```

2. Create a file in the parent folder (e.g. ../myvars) and store your environment variables within it by copying and modifying the following code and replace `"<XXX>"` by your private values. Take car not to commit this file in your git repo.
Expand Down

0 comments on commit 6f6f20a

Please sign in to comment.