Skip to content

Commit

Permalink
Merge pull request #271 from itk-dev/feature/update-readme
Browse files Browse the repository at this point in the history
Updated README installation
  • Loading branch information
rimi-itk authored Jan 19, 2024
2 parents 4750cc9 + a2743e0 commit 03b9097
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Nedenfor ses dato for release og beskrivelse af opgaver som er implementeret.

## [under udvikling]
## [Under udvikling]

* Opdaterede installationsguide.
* Applied Maestro notification patch
(<https://github.com/itk-dev/os2forms_selvbetjening/pull/270>)

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ docker compose run --rm node yarn --cwd web/themes/custom/os2forms_selvbetjening
open $(docker compose exec phpfpm vendor/bin/drush --uri=http://$(docker compose port nginx 8080) user:login)
```

The development setup depends on the `serviceplatformen_organisation_api_app`
network which is used to access the API from
[Serviceplatformen organisation API](https://github.com/itk-dev/serviceplatformen_organisation_api).
If you start that project (cf. [Getting started](https://github.com/itk-dev/serviceplatformen_organisation_api/blob/develop/README.md#getting-started)),
you're good to go. If you don't need the API during development,
you can manually create the network by running

```sh
docker network create serviceplatformen_organisation_api_app
```

### Configuration

Some modules included in this project needs additional configuration.
Expand Down

0 comments on commit 03b9097

Please sign in to comment.