ycloudyusa/yusaopeny-project

Project template for OpenY projects with composer

Installs: 12 114

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 45

Open Issues: 5

Language:Shell

Type:project


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.

68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79636c6f7564797573612f797573616f70656e792d70726f6a6563742e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f79636c6f7564797573612f797573616f70656e792d70726f6a6563742e7376673f7374796c653d666c61742d737175617265

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

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.