- backup files & db and download to server - wget http://...
- unpack data into web directory (domain/public)
- replace .htaccess with correct one
- create DB and import via cli: mysql -u DB_USER -p DB_NAME < DUMP.sql -h 127.0.0.1
- change db connect info in settings.php (host is 127.0.0.1)
- generate LE cert
- install Redis module, library and change settings.php
done
- !!! for this moment is working just directory domain/public, so copy drush files into domain/. Run ../vendor/drush/drush/drush (in domain/public)