Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-helfi-platform
The Helsinki Drupal platform version 4. Frequent updates are made on the codebase and documented on the changelog.
https://github.com/city-of-helsinki/drupal-helfi-platform
Last synced: about 1 month ago
JSON representation
The Helsinki Drupal platform version 4. Frequent updates are made on the codebase and documented on the changelog.
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-helfi-platform
- Owner: City-of-Helsinki
- Created: 2020-10-17T09:11:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:05:26.000Z (2 months ago)
- Last Synced: 2024-10-21T17:31:07.815Z (2 months ago)
- Language: Makefile
- Homepage:
- Size: 1.59 MB
- Stars: 6
- Watchers: 9
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# City-of-Helsinki/drupal-helfi-platform
This is a skeleton repository which will create a new Drupal 10 project for you and setup Docker based development environment with Stonehenge.
## Includes
- Drupal 10.x
- Drush 12.x
- Docker setup for development using [Stonehenge](https://github.com/druidfi/stonehenge)
- [druidfi/tools](https://github.com/druidfi/tools)
- Web root is `/public`
- Configuration is in `/conf/cmi`
- Custom modules are created in `/public/modules/custom`## Documentation
See [documentation](/documentation).
## Changelog
See [CHANGELOG.md](/CHANGELOG.md)
## Get started
#### Requirements
- PHP and Composer
#### Create a new project using composer
```console
$ composer create-project City-of-Helsinki/drupal-helfi-platform:dev-main yoursite --no-interaction --repository https://repository.drupal.hel.ninja/
```#### Starting the development environment
See [Development environment](/documentation/local.md) documentation.
## Contact
Slack: #helfi-drupal (http://helsinkicity.slack.com/)