Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/drupal-asuntotuotanto
https://github.com/city-of-helsinki/drupal-asuntotuotanto
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/city-of-helsinki/drupal-asuntotuotanto
- Owner: City-of-Helsinki
- License: mit
- Created: 2020-09-15T07:10:31.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-10T09:39:05.000Z (9 months ago)
- Last Synced: 2024-04-11T07:53:41.332Z (9 months ago)
- Language: PHP
- Size: 12.8 MB
- Stars: 1
- Watchers: 11
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# City of Helsinki - Asuntotuotanto
A City of Helsinki - Asuntotuotanto Drupal 9 website.
## Environments
Env | Branch | Drush alias | URL
--- | ------ | ----------- | ---
development | * | - | https://asuntotuotanto.docker.so/
testing | develop | - | https://nginx-asuntotuotanto-test.agw.arodevtest.hel.fi
production | main | @main | TBD## 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
For the first time (new project):
```
$ make new
```And following times to create and start the environment:
```
$ make fresh
```NOTE: Change these according of the state of your project.
## Login to Drupal container
This will log you inside the app container:
```
$ make shell
```