Jump to content

visionm

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by visionm

  1. Hi. I am new to drupal and I am trying to find how to write a composer.json file for this. I finally asked gpt4 and it gave me this (below). I just wanted someone to look at it to be sure I would not break something with this. The main question I have though is which is the web directory or would it just be public/ ? { "name": "example/drupal-project", "description": "A Drupal 11 project setup using Composer.", "type": "project", "license": "GPL-2.0-or-later", "require": { "drupal/core-recommended": "^11.0", "drupal/core-composer-scaffold": "^11.0", "drupal/core-project-message": "^11.0", "composer/installers": "^2.0", "cweagans/composer-patches": "^1.7" }, "require-dev": { "drupal/devel": "^5.1" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "stable", "prefer-stable": true, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "extra": { "drupal-scaffold": { "locations": { "web-root": "httpdocs/public" } }, "installer-paths": { "httpdocs/public/core": ["type:drupal-core"], "httpdocs/public/libraries/{$name}": ["type:drupal-library"], "httpdocs/public/modules/contrib/{$name}": ["type:drupal-module"], "httpdocs/public/profiles/contrib/{$name}": ["type:drupal-profile"], "httpdocs/public/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"] }, "enable-patching": true }, "scripts": { "post-install-cmd": [ "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", "Drupal\\Core\\Composer\\Composer::ensureHtaccess" ], "post-update-cmd": [ "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", "Drupal\\Core\\Composer\\Composer::ensureHtaccess" ] } }
  2. I saw that but it did not show my drupal install because i installed through plesk app tab. But so if I start over and install using composer maybe that would be better.
  3. Thanks. I am just wondering if I would be able to update manually? The update instructions Drupal points me to require the use of composer and I would not have access to that would I? https://www.drupal.org/project/drupal/releases/10.3.7 edit okay I found it. Thanks. I just missed it before I see that ftp is available but the shell is not so it appears I will have to do manual updates over ftp.
  4. Hi. Just wondering about updating to the latest version of drupal. Drupal tells me " Manual updates required Automatic updates of Drupal core are not supported at this time. NameSite versionRecommended version Drupal core (Security update)10.2.210.3.7 (Release notes) " but 10.2 is all that is available in plesk. is there any action I can take here? Thanks. Daniel
  5. How about Abstractions.helioho.st Thanks!
  6. Hello. I would like to change my subdomain to "abstractions". Is submitting a ticket the only way do to this?
×
×
  • Create New...