承接 itzbund/gsb-sitepackage 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

itzbund/gsb-sitepackage

Composer 安装命令:

composer require itzbund/gsb-sitepackage

包简介

GSB 11 site package - All you need to define your GSB-11-based web project.

README 文档

README

TYPO3 12


<img src="https://www.itzbund.de/SiteGlobals/Frontend/Images/logo.svg?__blob=normal&v=18" alt="Logo" width="300">

Jumpstart your GSB11 powered tenant development.

GSB11 Sitepackage Kickstarter

Table of Contents

Overview

The GSB11 Sitepackage Kickstarter is a Composer root package that streamlines the setup of a local GSB11 tenant development environment. Follow the steps below to:

  • Scaffold a new GSB11 project
  • Launch a Docker-based development setup with DDEV
  • Install and configure TYPO3 with core GSB11 extensions
  • Begin customizing your tenant configuration

Features Included

After a successful setup, you'll have:

  • Core GSB11 components (itzbund/gsb-core) with basic configuration
  • Accessibility enhancements (itzbund/a11y_backend)
  • Accessible frontend (without the official federal style guide) (itzbund/gsb_public_frontend)

What's Not Included

The following packages are not included in the base installation but can be installed thereafter using composer

  • The official federal style-guide frontend (itzbund/gsb_privat_frontend) is private to authorities.\ You can request access at: https://produkt.gsb.bund.de/kontakt
  • Consent Management (itzbund/gsb-consent)
  • Improved user management & security (itzbund/gsb-feusermanagement)
  • Metadata cleaning to help prevent phishing (itzbund/gsb-metadata-cleaner)
  • Search powered by Solr (itzbund/gsb-solr)
  • Dashboard favorites widget (itzbund/gsb-widgets)

Getting Started

Simplified Installation via Install Script

You can bootstrap your GSB11 tenant in one step by piping our install script to bash. This will download and run install.sh with sensible defaults:

# Using curl
curl -sL https://gitlab.opencode.de/bmi/government-site-builder-11/extensions/gsb-sitepackage-kickstarter/-/raw/main/install.sh?ref_type=heads | bash

# Or using wget
wget -qO- https://gitlab.opencode.de/bmi/government-site-builder-11/extensions/gsb-sitepackage-kickstarter/-/raw/main/install.sh?ref_type=heads | bash

[!TIP] Note: curl -sL https://gitlab.opencode.de/bmi/government-site-builder-11/extensions/gsb-sitepackage-kickstarter/-/raw/main/install.sh?ref_type=heads | bash -s -- -h will show the script's help menu (-h) without requiring you to download it first.

Prerequisites

Ensure you have the following installed on your machine:

Supported Operating Systems

  • CentOS 9 / CentOS 10
  • Debian 11 "Bullseye" / Debian 12 "Bookworm"
  • Fedora 42
  • macOS 15.5 "Sequoia"
  • Ubuntu 22.04 "Jammy Jellyfish" / Ubuntu 24.04 "Noble Numbat"

Required Tools

[!IMPORTANT] Windows Users: Run DDEV inside WSL2 and execute commands in the Linux shell.

Browser Compatibility

GSB 11 is optimized for use in Google Chrome, Microsoft Edge, Mozilla Firefox, and Apple Safari.

Internet Explorer is not supported by GSB 11. When using this browser, there may be limitations in functionality as well as display errors. Limitations in interactive functions, form processing, security-related mechanisms, as well as in the correct display of layout and design elements are possible.

Installation Steps

  1. Create project directory
mkdir gsb11-tenant && cd $_
  1. Initialize DDEV configuration
ddev config --php-version 8.3 --docroot .build/public --project-type typo3 --webimage-extra-packages "cron,exiftool,qpdf,php8.3-opentelemetry,php8.3-grpc"
  1. Start DDEV
ddev start
  1. Install the sitepackage
ddev composer create-project --remove-vcs itzbund/gsb-sitepackage
  1. restart to apply enviroment
ddev restart
  1. Setup TYPO3 & GSB11
ddev exec cp vendor/typo3/cms-install/Resources/Private/FolderStructureTemplateFiles/root-htaccess .build/public/.htaccess && \
ddev typo3 setup --force \
    --no-interaction \
    --server-type='apache' \
    --driver='mysqli' \
    --username='db' \
    --password='db' \
    --port=3306 \
    --host='db' \
    --dbname='db' \
    --project-name="GSB11" \
    --admin-username='admin' \
    --admin-user-password='§Chang3Me§' \
    --admin-email=''

[!WARNING] Security Note: This password is only for local development. Use a strong, secure password in production.

  1. Import initial database and update schema
ddev import-db --file=.ddev/initial-setup/mysql-db.sql --no-drop && \
ddev typo3 database:updateschema
  1. Enable all extensions
ddev exec vendor/bin/typo3 extension:setup
  1. Copy placeholder image
ddev exec mkdir -p ".build/public/fileadmin/user_upload" && \
ddev exec chmod -R 2775 ".build/public/fileadmin" && \
ddev exec cp Resources/Public/Images/placeholder_image.jpg ".build/public/fileadmin/user_upload/placeholder_image.jpg"
  1. Launch the site
ddev launch

Alternatively, visit: gsb11-tenant.ddev.site

  1. Access the TYPO3 backend
ddev launch /typo3

Use the admin credentials from step 6. \ Alternatively, visit: gsb11-tenant.ddev.site/typo3

  1. Start customizing! 🚀

Additional Resources

Contributing

We welcome your contributions! Please follow our Contribution Walkthrough to get started.

License

This project is licensed under the GPL-3.0-or-later.

itzbund/gsb-sitepackage 适用场景与选型建议

itzbund/gsb-sitepackage 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 08 月 29 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 itzbund/gsb-sitepackage 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 itzbund/gsb-sitepackage 我们能提供哪些服务?
定制开发 / 二次开发

基于 itzbund/gsb-sitepackage 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 25
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-08-29