rm -R * for dirs
rm -R *.* for files
git clone https://github.com/drupal-composer/drupal-project.git
to see the hidden dirs..
ls -la
rm -R .git
rm -R .gitignore
curl https://getcomposer.org/installer > composer-setup.php
php composer-setup.php
ls
cd /var/www
mkdir drupal8
chmod -R 777 drupal8
cp composer.phar /var/www/drupal8/composer.phar
Copyright 2018· All rights reserved