Skip to content

Commit

Permalink
Merge pull request #428 from City-of-Helsinki/dev
Browse files Browse the repository at this point in the history
Dev to main
  • Loading branch information
hyrsky authored Aug 14, 2024
2 parents 7837732 + 2f1ed98 commit 98dcbf1
Show file tree
Hide file tree
Showing 123 changed files with 2,427 additions and 807 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).
Loading

0 comments on commit 98dcbf1

Please sign in to comment.