-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Drupal Install on Ubuntu 22.04 #7338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for nostalgic-ptolemy-b01ab8 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
| ### 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
docs/guides/websites/cms/drupal/how-to-install-and-configure-drupal-on-ubuntu-22-04/index.md
Outdated
Show resolved
Hide resolved
|
|
||
| Drupal uses clean URLs, which depend on Apache’s rewrite module. Enable it with: | ||
|
|
||
| sudo a2enmod rewrite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| sudo a2enmod rewrite | |
| sudo a2enmod rewrite |
|
|
||
| sudo a2enmod rewrite | ||
|
|
||
| sudo systemctl restart apache2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| sudo systemctl restart apache2 | |
| sudo systemctl restart apache2 |
…y and used placeholder for my drupal site
[Release] v1.388.0
Fully reorganized content to flow in the order it happens. Fixed several formatting issues.
…tall-ubuntu-2204
Removed suggested troubleshooting notes regarding PHP extensions and permission errors.
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?