The fastest way to install WordPress

If you have a webspace or a server capable of running ssh, a wordpress installation is even faster than announced.

Open a shell, go to the www folder of your choice

vu2026@pollux:~/htdocs$ wget https://de.wordpress.org/latest-de_DE.tar.gz
--2019-03-12 17:12:03--  https://de.wordpress.org/latest-de_DE.tar.gz
Resolving de.wordpress.org (de.wordpress.org)… 198.143.164.252
Connecting to de.wordpress.org (de.wordpress.org)|198.143.164.252|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 11264032 (11M) [application/octet-stream]
Saving to: ‘latest-de_DE.tar.gz

latest-de_DE.tar.gz  100%[=============================>]  10.74M  10.5MB/s    in 1.0s

2019-03-12 17:12:04 (10.5 MB/s) - ‘latest-de_DE.tar.gz’ saved [11264032/11264032]
vu2026@pollux:~/htdocs$ tar -xzf latest-de_DE.tar.gz
vu2026@pollux:~/htdocs$ mv wordpress/* .

Open your browser, point to your freshly created domain. Don’t forget your database name and password. Enter the values.

Some 10 seconds later the wordpress login appears.

Done, depending on your typing speed, 60 seconds to wordpress is possible.