Skip to content

Commit

Permalink
Merge pull request #341 from getwithashish/dev
Browse files Browse the repository at this point in the history
docs: Update README.md (#340)
  • Loading branch information
getwithashish authored Jun 28, 2024
2 parents 2c20e5c + 00de4ca commit ba6cc4b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,23 @@ Profiles are used for running docker containers in different environments.

### For Development

>Note: **Add .env in exam_django with the configurations required for deploying in development environment**
> Note: **Add .env in exam_django with the configurations required for deploying in development environment**
>
>Note: **Add aad.config.json in exam_django with the corresponding configurations**
> Note: **Add aad.config.json in exam_django with the corresponding configurations**
>
>Note: **Update .env in exam_frontend with the configurations required for deploying in development environment**
> Note: **Update .env in exam_frontend with the configurations required for deploying in development environment**
```bash
docker compose --profile development up
```

### For Stage

>Note: **Add .prod.env in exam_django with the configurations required for deploying in stage environment**
> Note: **Add .prod.env in exam_django with the configurations required for deploying in stage environment**
>
>Note: **Add aad.config.json in exam_django with the corresponding configurations**
> Note: **Add aad.config.json in exam_django with the corresponding configurations**
>
>Note: **Update .env in exam_frontend with the configurations required for deploying in stage environment**
> Note: **Update .env in exam_frontend with the configurations required for deploying in stage environment**
```bash
docker compose --profile stage up
Expand Down Expand Up @@ -323,3 +323,7 @@ VITE_GET_ASSET_TYPE=http://localhost:8000/api/v1/asset/asset_type
```
yarn dev
```

# Contribution

Feel free to open issues or pull requests if you find any bugs or have improvements.

0 comments on commit ba6cc4b

Please sign in to comment.