Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymcatwincities/openy
The Open Y platform. See README.md below
https://github.com/ymcatwincities/openy
community distribution drupal drupal-8 drupal9 openy openy-decoupled ymca
Last synced: 3 months ago
JSON representation
The Open Y platform. See README.md below
- Host: GitHub
- URL: https://github.com/ymcatwincities/openy
- Owner: ymcatwincities
- License: gpl-3.0
- Archived: true
- Created: 2016-08-26T09:13:06.000Z (over 8 years ago)
- Default Branch: 9.x-2.x
- Last Pushed: 2022-06-20T10:01:23.000Z (over 2 years ago)
- Last Synced: 2024-09-24T03:03:44.355Z (3 months ago)
- Topics: community, distribution, drupal, drupal-8, drupal9, openy, openy-decoupled, ymca
- Language: PHP
- Homepage: https://openy.org
- Size: 460 MB
- Stars: 49
- Watchers: 25
- Forks: 111
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Open Y on Drupal 9
https://openy.org
An open source platform for YMCAs, by YMCAs built on Drupal, ReactJS, Vue.js and others.
This code distribution is minimally maintained while primary code development transitions to Y USA. For more details visit https://openy.org and https://ycloud.y.org/***
The Open Y platform is a content management system that uses Drupal 9 functionality and useful modules from YMCAs and digital partners. It’s easy and free to use — everyone is welcome to implement Open Y and run Open Y projects.
# Demo
You can always evaluate distribution by visiting demo website - http://sandboxes-d9.openy.org. To get admin credentials to the sandbox - please [visit page for details](https://community.openymca.org/t/how-can-i-try-or-get-a-demo-of-open-y/318).![Open Y Sandbox](docs/assets/sandbox.gif "Open Y Demo")
*\* Open Y version 1.3.*
# Installation
### Prerequisites
- Installed [Composer](https://getcomposer.org/download/)
### Installation of Open Y
We are using [composer](https://getcomposer.org/) for initiating new project tree.Development version of Open Y on Drupal 9
```sh
composer create-project ymcatwincities/openy-project:dev-9.2.x-development OPENY --no-interaction
```Stable version of Open Y on Drupal 9
```sh
composer create-project ymcatwincities/openy-project OPENY --no-interaction
```In order to properly install Open Y Distribution, we have separate composer project - [openy-project](https://github.com/ymcatwincities/openy-project). Please read detailed installation instructions [here](https://github.com/ymcatwincities/openy-project).
# Development
For development environment please read documentation [openy-project](https://github.com/ymcatwincities/openy-project#development-environment).Other development information you can find at [docs/Development](https://docs.openy.org/docs/development/).
# Documentation
- [Wiki](https://docs.openy.org/docs/wiki/)
- [Documentation](https://docs.openy.org/docs/)
- [Installation instructions](https://github.com/ymcatwincities/openy-project#installation)
- [Content structure](https://docs.openy.org/docs/content-structure/)
- [Technical documentation](https://docs.openy.org/docs/development/)
- [Terms of Use](https://docs.openy.org/docs/wiki/open-y-terms-of-use/)
- [Participation Agreement](https://docs.openy.org/docs/wiki/open-y-participant-agreement/)