Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

feat!: Drupal 9.2.0 core for Sandboxes testing #112

Open
wants to merge 5 commits into
base: 9.2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "GPL-2.0+",
"require": {
"ymcatwincities/openy": "^9.2",
"ymcatwincities/openy": "dev-9.x-2.x-drupal_core9.2",
"cweagans/composer-patches": "~1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/openyonclickinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sudo mv /var/www/html /var/www/html.bak || true

#COMPOSER_MEMORY_LIMIT=-1 composer self-update
COMPOSER_MEMORY_LIMIT=-1 composer global require zaporylie/composer-drupal-optimizations
COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:9.2.x-dev /var/www/html --no-interaction -v --profile
COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:dev-9.2.x-core920 /var/www/html --no-interaction -v --profile
cd /var/www/html/

IP="$(ip addr show dev eth0 | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')"
Expand Down