updated greenlight docs to include user:set_admin_role rake task (#19311)

Co-authored-by: SilentFlameCR <rodrigues.rahul77@gmail.com>
This commit is contained in:
Anton Georgiev 2023-12-07 15:53:02 -05:00 committed by GitHub
parent 54bcd9076e
commit 5db198e6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,12 @@ You can also run it without any arguments to create the default admin account, w
docker exec -it greenlight-v3 bundle exec rake admin:create
```
### Upgrading an existing account to an Admin Account
You can do that by running the following command:
```bash
docker exec -it greenlight-v3 bundle exec rake user:set_admin_role['email']
```
## Installing on a Standalone Server
### Greenlight Install Script