Download the PHP package ycloudyusa/yusaopeny-project without Composer
On this page you can find all versions of the php package ycloudyusa/yusaopeny-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ycloudyusa/yusaopeny-project
More information about ycloudyusa/yusaopeny-project
Files in ycloudyusa/yusaopeny-project
Package yusaopeny-project
Short Description Project template for OpenY projects with composer
License GPL-2.0-or-later
Informations about the package yusaopeny-project
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
Latest DEVELOPMENT version (Drupal 10 2.x)
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.
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:
- Create fork of Open Y installation profile
-
Add your repository to
composer.json
-
Change a version for
ycloudyusa/yusaopeny
todev-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
- branch name "bugfix" - version name
- Run
composer update
to update packages - 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.
All versions of yusaopeny-project with dependencies
cweagans/composer-patches Version ~1.0 || ^2