Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-helfi-asuminen
Hel.fi Asuminen Drupal site
https://github.com/city-of-helsinki/drupal-helfi-asuminen
Last synced: about 2 months ago
JSON representation
Hel.fi Asuminen Drupal site
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-helfi-asuminen
- Owner: City-of-Helsinki
- Created: 2021-11-10T07:29:24.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T11:34:50.000Z (9 months ago)
- Last Synced: 2024-04-13T11:19:06.364Z (9 months ago)
- Language: Makefile
- Size: 3.1 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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 | https://hel.fi/fi/asuminen## Requirements
You need to have these applications installed to operate on all environments:
- [Docker](https://github.com/druidfi/guidelines/blob/master/docs/docker.md)
- [Stonehenge](https://github.com/druidfi/stonehenge)
- For the new person: Your SSH public key needs to be added to servers## Create and start the environment
For the first time (new project):
``
$ make new
``And following times to start the environment:
``
$ make up
``NOTE: Change these according of the state of your project.
## Login to Drupal container
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).