ycloudyusa/yusaopeny-project 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

ycloudyusa/yusaopeny-project

Composer 安装命令:

composer create-project ycloudyusa/yusaopeny-project

包简介

Project template for YMCA Website Services (Former OpenY) projects with composer

README 文档

README

The YMCA logo

Y USA Open YMCA

https://ycloud.y.org/open-y-association-websites

An open source platform for YMCAs, by YMCAs built on Drupal.

The Y USA Open Y Project is a composer based installer for the Y USA Open Y distribution.

Requirements

Composer

If you do not have Composer, you may install it by following the official instructions. For usage, see the documentation.

Installation

Latest STABLE version

composer create-project ycloudyusa/yusaopeny-project MY_PROJECT --no-interaction
cd MY_PROJECT

BETA version install

If you need to install beta, you should provide exact version to get it locally

Example:

composer create-project ycloudyusa/yusaopeny-project:^4.1.0@beta MY_BETA_PROJECT --no-interaction
cd MY_BETA_PROJECT

Latest DEVELOPMENT version (Drupal 10 2.x)

composer create-project ycloudyusa/yusaopeny-project:10.2.x-development-dev MY_PROJECT --no-interaction --no-dev
cd MY_PROJECT

This command will build project based on the Drupal 10 development branch release.

See our how to video for the whole process of this command usage.

Development environments

You should use composer command without --no-dev if you would like to get environment that was configured especially for OpenY development.

composer create-project ycloudyusa/yusaopeny-project:10.2.x-development-dev MY_PROJECT --no-interaction
cd MY_PROJECT

CIBox VM

CIBox VM allows you to make a contribution into OpenY in a few minutes. Just follow steps and then you'll know how to do it.

Read more details on CIBox VM repo.

Docksal

Docksal is a tool for defining and managing development environments.

Read more details on Docksal repo.

Use Fork for the development

All development happens in the YUSA Open Y Drupal 10 installation profile. In order to start development:

  1. Create fork of Open Y installation profile

  2. Add your repository to composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/GITHUB_USERNAME/yusaopeny"
        }
    ]
    
  3. Change a version for ycloudyusa/yusaopeny to dev-10.2.x or any other branch. E.g.:

    • branch name "bugfix" - version name dev-bugfix
    • branch name "feature/workflow" - version name dev-feature/workflow
    "require": {
        "ycloudyusa/yusaopeny": "dev-10.2.x",
    }
    
    "require": {
        "ycloudyusa/yusaopeny": "dev-feature/workflow",
    }
    
  4. Run composer update to update packages

  5. Add and commits changes in docroot/profiles/contrib/openy. Now it should be pointed to your fork.

Directory structure

Directory Purpose
Y USA Open Y
docroot/ Contains Drupal core
docroot/profiles/contrib/openy/ Contains Open Y distribution
vendor/ Contains Y USA Open Y distribution
composer.json Contains Y USA Open Y distribution
CIBox VM + CIBox Build
cibox/ Contains CIBox libraries
docroot/devops/ DevOps scripts for the installation process
provisioning/ Vagrant configuration
docroot/*.sh Bash scripts to trigger reinstall scripts
docroot/*.yml YAML playbooks for the installation process
Vagrantfile Vagrant index file
Docksal
.docksal/ Docksal configuration
build.sh Build script for Docksal environment

Documentation

Documentation about Open Y is available at ds-docs.y.org. For details please visit https://ycloud.y.org/open-y-association-websites.

License

Y USA OpenY Project is licensed under the GPL-3.0. See the License file for details.

ycloudyusa/yusaopeny-project 适用场景与选型建议

ycloudyusa/yusaopeny-project 是一款 基于 Shell 开发的 Composer 扩展包,目前已累计 21.43k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 06 月 16 日, 在 PHP 生态内属于活跃度较高的组件。

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

围绕 ycloudyusa/yusaopeny-project 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 45
  • 开发语言: Shell

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-06-16