ycloudyusa / yusaopeny-project
Project template for OpenY projects with composer
Installs: 15 207
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 44
Open Issues: 6
Language:Shell
Type:project
Requires
- cweagans/composer-patches: ~1.0 || ^2
- ycloudyusa/yusaopeny: ^10.3.1.1 || dev-main
Requires (Dev)
- consolidation/robo: ^4
- drush/drush: ^12 || ^11
- ymcatwincities/openy-cibox-build: dev-ansible4
- ymcatwincities/openy-cibox-vm: dev-master
- ymcatwincities/openy-docksal: dev-master
- dev-main
- 10.2.x-dev
- 9.2.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2
- 3.1
- 3.0
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-small_y
- dev-y_fonts_y_lb_3
- dev-10.2.x-development-af4
- dev-main-development
- dev-main-init
- dev-d10
- dev-main_stable_y_fonts
- dev-y_fonts
- dev-10.2.x-development-demo
- dev-10.2.x-init
- dev-10.2.x-development
- dev-9.2.x-init-d10
- dev-9.2.x-init
- dev-9.2.x-lb1
- dev-9.2.x-development-af4
- dev-core9.5
- dev-core9.4
- dev-9.2.x-development
This package is auto-updated.
Last update: 2024-11-04 10:32:39 UTC
README
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
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:
-
Create fork of Open Y installation profile
-
Add your repository to
composer.json
"repositories": [ { "type": "vcs", "url": "https://github.com/GITHUB_USERNAME/yusaopeny" } ]
-
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
"require": { "ycloudyusa/yusaopeny": "dev-10.2.x", }
"require": { "ycloudyusa/yusaopeny": "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
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.