Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Nov 21, 2023
1 parent 6fea7b6 commit 0034f97
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,22 @@ Stop the environment:
make stop O=vital-strategies
```

Make a user:

```
make user O=vital-strategies U=USER_NAME P=PASSWORD E=EMAIL
```

Make a user a sysadmin:

```
make sysadmin O=vital-strategies U=USER_NAME
```

Remove the containers and volumes:

```
make remote O=vital-strategies
make remove O=vital-strategies
```

Remove the associated images:
Expand Down

0 comments on commit 0034f97

Please sign in to comment.