Skip to content

Conversation

@DHBR2
Copy link
Collaborator

@DHBR2 DHBR2 commented Sep 22, 2025

New guide created to cover the updates involved in this installation.

Questions for reviewers:
Could any steps benefit from added context or troubleshooting tips?
Does this guide align with other install docs in tone and structure?

@netlify
Copy link

netlify bot commented Sep 23, 2025

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
🔨 Latest commit 54eafd4
🔍 Latest deploy log https://app.netlify.com/projects/nostalgic-ptolemy-b01ab8/deploys/68fbbb8cfd1a5b00084621cb
😎 Deploy Preview https://deploy-preview-7338--nostalgic-ptolemy-b01ab8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

### Create the Drupal Project Structure

- Run the install command to scaffold (create) the Drupal 11.1.8 structure. Customize the "my_drupal_site" name to fit your needs. For
directory layout details, see [Drupal.org's Directory Structure guide](https://www.drupal.org/docs/getting-started/understanding-drupal/directory-structure).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


Drupal uses clean URLs, which depend on Apache’s rewrite module. Enable it with:

sudo a2enmod rewrite

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sudo a2enmod rewrite
sudo a2enmod rewrite


sudo a2enmod rewrite

sudo systemctl restart apache2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sudo systemctl restart apache2
sudo systemctl restart apache2

DHBR2 and others added 26 commits October 1, 2025 14:32
Fully reorganized content to flow in the order it happens. Fixed several formatting issues.
Removed suggested troubleshooting notes regarding PHP extensions and permission errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants