Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-helfi-tyo-yrittaminen
https://github.com/city-of-helsinki/drupal-helfi-tyo-yrittaminen
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-helfi-tyo-yrittaminen
- Owner: City-of-Helsinki
- Created: 2021-10-12T09:41:50.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T11:34:15.000Z (9 months ago)
- Last Synced: 2024-04-13T11:19:07.520Z (9 months ago)
- Language: Makefile
- Size: 3.09 MB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# City of Helsinki - ELO Drupal project
ELO (Yritykset ja työ, formerly known as Työ ja yrittäminen) covers topics related to work and entrepreneurship.
## Environments
Env | Branch | Drush alias | URL
--- | ------ | ----------- | ---
development | * | - | https://helfi-elo.docker.so/
production | main | @main | https://hel.fi/fi/yritykset-ja-tyo## 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
```## Instance specific features
ELO has no instance specific features.