From b4fbeda16f4e19fb5b2f7da5c1ccdb001ac5e1ec Mon Sep 17 00:00:00 2001 From: Prakhar Katyayan <prakhar.katyayan@cern.ch> Date: Thu, 19 Sep 2024 15:31:19 +0200 Subject: [PATCH] Added "Fetching custom modules" --- .../5-Development/Fetching-custom-modules.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/docs/5-Development/Fetching-custom-modules.md diff --git a/docs/docs/5-Development/Fetching-custom-modules.md b/docs/docs/5-Development/Fetching-custom-modules.md new file mode 100644 index 0000000..6cf8058 --- /dev/null +++ b/docs/docs/5-Development/Fetching-custom-modules.md @@ -0,0 +1,16 @@ +1. Access the Website via Cyberduck (WebDAV) +- Use Cyberduck to connect to WebDAV. +- Guide on how to connect using Cyberduck: [Cyberduck - WebDAV](https://drupal.docs.cern.ch/development/webdav-client) +- Guide for retrieving the WebDAV password: [WebDAV Password Retrieval](https://drupal.docs.cern.ch/development/access-via-webdav) + +2. Navigating to Custom Modules +- Once connected via WebDAV, navigate to the modules folder. +- In the modules folder, look for the custom modules sub-folder. +- If no sub-folder exists, custom modules are within the main modules folder. + +3. Removing Custom Modules +- You can remove the custom directly from Cyberduck by deleting the desired module. + +Summary +To fetch custom modules, connect to the website via Cyberduck using WebDAV. Navigate to the modules folder to locate custom modules, then remove them either using the CLI or directly through Cyberduck. + -- GitLab