File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3333docker compose exec phpfpm composer install
3434docker 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dotenv: ['.env.local', '.env']
55
66vars :
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
1111tasks :
You can’t perform that action at this time.
0 commit comments