ispconfig

Drupal core extraction to website folder (ISP Config system)

PART 1 - INSTALLATION

Go to website folder:

cd /var/www/websites/client0/domain0/web

wget https://ftp.drupal.org/files/projects/drupal-7.78.tar.gz

 tar xzvf drupal-7.78.tar.gz

mv -f drupal-7.78/* ./

 ls -la drupal-7.78

cd drupal-7.78

cp .editorconfig .gitignore .htaccess ..

rm ../drupal-7.78.tar.gz

All your files are unpacked to "web"-location!

 

Next step:

Permissions!