Skip to content

Commit 8e5f7e0

Browse files
committed
7131: Cleaned up
1 parent fdb9c1a commit 8e5f7e0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Make sure you have a set of JSON files for testing import Commands.
2929
### Start Docker containers
3030

3131
```shell
32-
docker compose up -d
32+
docker compose up --detach
3333
docker compose exec phpfpm composer install
3434
docker compose exec phpfpm bin/console doctrine:migrations:migrate --no-interaction
3535
```
3636

3737
### Create a super admin user
3838

3939
```sh
40-
docker compose exec phpfpm bin/console SuperUser
40+
docker compose exec phpfpm bin/console app:user:create admin@example.com --password password --role=ROLE_SUPER_ADMIN
4141
```
4242

4343
### Access the site
@@ -88,7 +88,7 @@ flowchart TD
8888
Theme[Theme]
8989
ThemeCategory[ThemeCategory]
9090
User[User]
91-
91+
9292
fos_user_user_group{{JoinTable: fos_user_user_group }}
9393
group_system_themes{{JoinTable: group_system_themes }}
9494
group_report_themes{{JoinTable: group_report_themes }}
@@ -111,7 +111,7 @@ flowchart TD
111111
System --- |ManyToMany| SelServiceAFI
112112
113113
Theme --- |ManyToOne| ThemeCategory
114-
114+
115115
Answers --- |ManyToOne| Question
116116
Question -- JoinCollum Answers and Question --o Answers
117117

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dotenv: ['.env.local', '.env']
55

66
vars:
77
# https://taskfile.dev/reference/templating/
8-
BASE_URL: '{{.TASK_BASE_URL | default .COMPOSE_SERVER_DOMAIN | default .COMPOSE_DOMAIN | default "https://hoeringsportal.local.itkdev.dk"}}'
8+
BASE_URL: '{{.TASK_BASE_URL | default .COMPOSE_SERVER_DOMAIN | default .COMPOSE_DOMAIN | default "https://itstyr.local.itkdev.dk"}}'
99
DOCKER_COMPOSE: '{{.TASK_DOCKER_COMPOSE | default "docker compose"}}'
1010

1111
tasks:

0 commit comments

Comments
 (0)