Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)