Skip to content

Instantly share code, notes, and snippets.

@kccogito
Last active December 23, 2022 02:22
Show Gist options
  • Save kccogito/b735aa69ec100f2b149b081e92ec004a to your computer and use it in GitHub Desktop.
Save kccogito/b735aa69ec100f2b149b081e92ec004a to your computer and use it in GitHub Desktop.
Installation of Drupal 10 on Mac and Linux Tutorial

Installation of Drupal 10

mkdir drupal cd drupal curl -sSL https://www.drupal.org/download-latest/tar.gz | tar -xz --strip-components=1

php -S localhost:9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment