Changes

Jump to navigation Jump to search
31 bytes added ,  16:11, 13 June 2020
reorder
<source lang="bash">
# Start a new Drupal Project
# Use composer to create a new Drupal project based on the 'recommended-project' project.
composer create-project drupal/recommended-project:^8 /var/www/equality-tech.com
# Add .gitignore and README.md
 
apt install -y php git etckeeper unzip php-dom php-gd php-mbstring
# visit getcomposer.org and get composer
mv composer.phar /usr/local/bin/composer
# Use composer to create a new Drupal project based on the 'recommended-project' project.composer create-project drupal/recommended-project:^8 /var/www/equality-tech.com# Add .gitignore and README.md
# require Drush
composer require drush/drush

Navigation menu