Installation de wordpress
cd /tmp wget https://wordpress.org/latest.tar.gz tar -xvzf latest.tar.gz
cp /tmp/wordpress/wp-config-sample.php /tmp/wordpress/wp-config.php sudo cp -av wordpress/. /var/www/nameFolder
curl -s https://api.wordpress.org/secret-key/1.1/salt
--------------------------------------------- define('AUTH_KEY', 'exemple; define('SECURE_AUTH_KEY', 'exemple; define('LOGGED_IN_KEY', 'exemple; define('NONCE_KEY', 'exemple; define('AUTH_SALT', 'exemple; define('SECURE_AUTH_SALT', 'exemple; define('LOGGED_IN_SALT', 'exemple; define('NONCE_SALT', 'exemple; ---------------------------------------------
sudo chown -Rv www-data:www-data /var/www/nameFolder