#21 Updating README.md.

This commit is contained in:
Alexey Skobkin 2020-12-20 01:53:01 +03:00
parent 6790c7bdb1
commit 7306352cb3
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
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>
```