-
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
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
…rupal-on-ubuntu-22-04/index.md Co-authored-by: DianaHoober <[email protected]>
…rupal-on-ubuntu-22-04/index.md Co-authored-by: DianaHoober <[email protected]>
…rupal-on-ubuntu-22-04/index.md Co-authored-by: DianaHoober <[email protected]>
Miscellaneous corrections. Co-authored-by: DianaHoober <[email protected]>
Additional changes to accommodate Vale spell checker. Co-authored-by: DianaHoober <[email protected]>
### Create the Drupal Project Structure | ||
|
||
- Run the install command to generate the Drupal 11.1.8 structure. Replace "my_drupal_site" with your desired folder name. For directory layout details, see [Drupal.org's Directory Structure guide](https://www.drupal.org/docs/getting-started/understanding-drupal/directory-structure). | ||
- Run the install command to generate the Drupal 11.1.8 structure. Replace `my_drupal_site` with your desired folder name. 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.
- Run the install command to generate the Drupal 11.1.8 structure. Replace `my_drupal_site` with your desired folder name. For directory layout details, see [Drupal.org's Directory Structure guide](https://www.drupal.org/docs/getting-started/understanding-drupal/directory-structure). | |
- Run the install command to generate the Drupal 11.1.8 structure. Replace `my-drupal-site` with your desired folder name. For directory layout details, see [Drupal.org's Directory Structure guide](https://www.drupal.org/docs/getting-started/understanding-drupal/directory-structure). |
fixed occurrences of Underscores for my-drupal-site.
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.
For contributor clarity and consistent Hugo rendering, recommend adding backticks to all code blocks and inline snippets. Also suggest removing checkmark emojis (✅), as they may not render reliably across themes. Tried to do that but Edit is not available.
|
||
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
Fully reorganized content to flow in the order it happens. Fixed several formatting issues.
New guide created to cover the updates involved in this installation.