Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Last active February 1, 2021 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkgokul/496bf5781b362b17b5fdc2f8de40dbf8 to your computer and use it in GitHub Desktop.
Save nkgokul/496bf5781b362b17b5fdc2f8de40dbf8 to your computer and use it in GitHub Desktop.
Installing Drupal8 using composer
Create a new Drupal 9 project on existing DO node with all things installed.
composer create-project drupal-composer/drupal-project:8.x-dev content --stability dev --no-interaction
If you want to set up everything on a new DO server follow the below gist.
// For set up check
https://gist.github.com/nkgokul/fe117844d122033e8eb125bd7d1550c6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment