netzmacher / launchstartgreen
Launches a ready-to-use website for Buendnis 90/Die Gruenen!
10.6.1
2024-09-06 22:22 UTC
Requires
- php: ^7.4.0
- gridelementsteam/gridelements: ^10.0 || @dev
- in2code/powermail: ^7.4 || ^8.4
- netzmacher/launch: ^10
- netzmacher/org: ^10 || ^11
- netzmacher/seo_dynamic_tag: ^10
- netzmacher/slick: ^10
- netzmacher/start: ^10.3 || @dev
- netzmacher/startgreen: ^10.3 || @dev
- netzmacher/t3foundation: ^10.0.2 || @dev
- netzmacher/tsconf: ^10
- netzmacher/xblog: ^10 || @dev
- reelworx/rx-shariff: ^13.1 || ^14.0
- typo3/cms-core: ^10.0
Requires (Dev)
- gridelementsteam/gridelements: ^10.0
- helhum/typo3-console: ^6.0.0 || ^5.8.6
- in2code/powermail: ^7.4 || ^8.4
- netzmacher/startgreen: ^10 || 10.*.*@dev || dev-mainverdigado
- typo3/cms-backend: ^10.4 || 11.*.*@dev
- typo3/cms-belog: ^10.4 || 11.*.*@dev
- typo3/cms-extbase: ^10.4 || 11.*.*@dev
- typo3/cms-extensionmanager: ^10.4 || 11.*.*@dev
- typo3/cms-filelist: ^10.4 || 11.*.*@dev
- typo3/cms-filemetadata: ^10.4 || 11.*.*@dev
- typo3/cms-fluid: ^10.4 || 11.*.*@dev
- typo3/cms-fluid-styled-content: ^10.4 || 11.*.*@dev
- typo3/cms-frontend: ^10.4 || 11.*.*@dev
- typo3/cms-impexp: ^10.4 || 11.*.*@dev
- typo3/cms-info: ^10.4 || 11.*.*@dev
- typo3/cms-install: ^10.4 || 11.*.*@dev
- typo3/cms-lowlevel: ^10.4 || 11.*.*@dev
- typo3/cms-rte-ckeditor: ^10.4 || 11.*.*@dev
- typo3/cms-tstemplate: ^10.4 || 11.*.*@dev
- verdigado/copyright: ^1.0
- 10.6.1
- 10.6.0
- 10.5.1
- 10.5.0
- 10.4.1
- 10.4.0
- 10.2.4
- 10.2.3
- 10.2.2
- 10.2.1
- 10.1.2
- 10.1.1
- 10.1.0
- dev-master / 10.0.x-dev
- 10.0.27
- 10.0.26
- 10.0.25
- 10.0.24
- 10.0.23
- 10.0.22
- 10.0.21
- 10.0.20
- 10.0.19
- 10.0.18
- 10.0.17
- 10.0.16
- 10.0.15
- 10.0.13
- 10.0.12
- 10.0.11
- 10.0.10
- 10.0.9
- 10.0.7
- 10.0.6
- 10.0.2
- 10.0.0
- 9.0.22
- 9.0.20
- 9.0.19
- 9.0.18
- 9.0.16
- 9.0.15
- 9.0.14
- 9.0.13
- 9.0.12
- 9.0.10
- dev-WIP-ddev-11
- dev-ddevreadme
- dev-local-ddev-setup
This package is auto-updated.
Last update: 2024-12-13 13:27:19 UTC
README
Launches a ready-to-use website for BÜNDNIS 90/DIE GRÜNEN! Website is responsive. It contains a calendar-modul and a news-modul, sample layouts and sample content. You can be rid of the green corporate design by removing one TypoScript template.
Manual
Links
- https://gitlab.die-netzmacher.de/typo3/launchstartgreen/
- https://typo3.org/extensions/repository/view/launchstartgreen
Local setup with DDEV and composer
my@domain:~/workspace$ git clone https://gitlab.die-netzmacher.de/typo3/launchstartgreen.git TYPO3-104-launchstartgreen
my@domain:~/workspace/TYPO3-104-launchstartgreen$ composer require typo3/minimal:"^10.4" typo3/cms-dashboard:"^10.4"
my@domain:~/workspace/TYPO3-104-launchstartgreen$ ddev start && ddev launch
If a local webserver is running
If the default ports 80 and 443 are used by a webserver, please take 8080 for http and 8443 for https.
my@domain:~/workspace/TYPO3-104-launchstartgreen$ nano .ddev/config.port.yaml
router_http_port: "8080"
router_https_port: "8443"
TYPO3 setup in the web browser
- Go to Backend -> Extensions
- Activate the launchstartgreen extension
- Reload the page tree
- Open the page "Launch TYPO3 GRÜNE! in the frontend
- Click the install button
Remove the project
my@domain:~/workspace/TYPO3-104-launchstartgreen$ ddev delete -O
my@domain:~/workspace$ rm TYPO3-104-launchstartgreen/ -rf