Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-palvelukeskus
Hel.fi site for Palvelukeskus
https://github.com/city-of-helsinki/drupal-palvelukeskus
Last synced: about 2 months ago
JSON representation
Hel.fi site for Palvelukeskus
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-palvelukeskus
- Owner: City-of-Helsinki
- Created: 2022-03-07T07:32:15.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T13:03:58.000Z (8 months ago)
- Last Synced: 2024-05-22T14:01:44.234Z (8 months ago)
- Language: Makefile
- Size: 1.97 MB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Your Drupal 9 project
Description of your project.
## Environments
Env | Branch | Drush alias | URL
--- | ------ | ----------- | ---
development | main | - | https:///drupal-palvelukeskus.docker.so/
test | dev | - | https://helfi-palvelukeskus-drupal-test.agw.arodevtest.hel.fi
main | prod | - | https://palvelukeskus.hel.fi/fi## 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
``Create site based on database export:
``
$ make fresh
``## Login to Drupal container
This will log you inside the app container:
```
$ make shell
```