Merged in feature/add_invites (pull request #53)

#21 Updating README.md.
This commit is contained in:
Alexey Eschenko 2020-12-19 22:53:40 +00:00
commit 11cbea56cf
1 changed files with 9 additions and 2 deletions

View File

@ -59,6 +59,12 @@ You **must** set environment variables for both databases: magneticod's and magn
php bin/console doc:mig:mig --em=default
```
## Web assets installation
```bash
php bin/console assets:install public --symlink
```
## User creation
```bash
@ -67,8 +73,9 @@ php bin/console doc:mig:mig --em=default
php bin/console user:add <your_username> <your_email> [your_password] [--invites=10]
```
## Web assets installation
## Giving invites to the user
```bash
php bin/console assets:install public --symlink
# see --help for more info
php bin/console invite:add <username> <number-of-invites>
```