Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-helfi-platform-test
https://github.com/city-of-helsinki/drupal-helfi-platform-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-helfi-platform-test
- Owner: City-of-Helsinki
- Created: 2022-11-02T07:39:03.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-18T13:08:48.000Z (3 months ago)
- Last Synced: 2024-10-19T10:23:24.062Z (3 months ago)
- Language: Makefile
- Size: 2.53 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal platform test
A project to test new Drupal platform features.
## 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)## Create and start the environment
Start up the environment:
```bash
$ make up
```Install the site from scratch or using existing configuration:
```bash
$ make new
```Or sync the database from testing environment:
```bash
$ make fresh
```To show all available commands:
```bash
$ make help
```## Login to Drupal container
This will log you inside the app container:
```bash
$ make shell
```## Documentation
See [documentatation](https://github.com/City-of-Helsinki/drupal-helfi-platform/tree/main/documentation).
## Contact
Slack: #helfi-drupal (http://helsinkicity.slack.com/)