Skip to content

Commit

Permalink
Merge pull request #433 from City-of-Helsinki/UHF-9642
Browse files Browse the repository at this point in the history
UHF-9642: updated readme
  • Loading branch information
teroelonen authored Jul 30, 2024
2 parents ee8cc1e + 924ae32 commit 10ca247
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# City of Helsinki - Asuminen Drupal 9 project
# City of Helsinki - Asuminen Drupal project

The Asuminen instance provides information related to living accommodations in Helsinki.

## Environments

Env | Branch | Drush alias | URL
--- | ------ | ----------- | ---
development | * | - | http://helfi-asuminen.docker.so/
production | main | @main | TBD
production | main | @main | https://hel.fi/fi/asuminen

## Requirements

Expand Down Expand Up @@ -38,3 +40,11 @@ This will log you inside the app container:
```
$ make shell
```

## Site specific features

### IBM Watson chat

The Asuminen site features the IBM Watson Chatbot on multiple pages. You can configure the chatbot on the block layout
page (`admin/structure/block`). More documentation about the chatbot is available in [Confluence](https://helsinkisolutionoffice.atlassian.net/wiki/spaces/HEL/pages/8145469986/IBM+Chat+App+Drupal+integration),
and the code for the Drupal block can be found [here](https://github.com/City-of-Helsinki/drupal-helfi-platform-config/blob/main/src/Plugin/Block/IbmChatApp.php).

0 comments on commit 10ca247

Please sign in to comment.