Prerequisites:
- Enough memory, MySQL, PHP in the latest version?
- FTP access data available?
- Domain: The domain should be set up on your hosting account.
I) The way via the local computer with (s)FTP:
Download and prepare WordPress
- Open the official WordPress page:
German download page: https://de.wordpress.org/download
Direct download link: https://de.wordpress.org/latest-de_DE.zip
(English download page: wordpress.org/download) - Download the latest WordPress version:
- Click on "Download WordPress" or "Download WordPress".
- Save the ZIP file on your computer (e.g. in the "Downloads" folder).
- Unzip the ZIP file:
- It is best to place the files in a new folder, e.g. "wp".
After unpacking, you will find the WordPress files such as wp-admin, wp-content, wp-includes and wp-config-sample.php.
Transfer WordPress files to the server via FTP
- Connect to the server using an FTP program (e.g. FileZilla).
- Upload the unzipped WordPress files to the desired folder on the server (e.g. root directory or /blog).
- Check whether all files have been uploaded completely.
I) Alternative to FTP: The path directly in the server
Requirement: Logged in to the server via SSH with appropriate rights
- Change to the installation directory (public_html, www, or similar)
- Create WordPress root directory, for example "name-of-the-domain"
- Download WordPress with
wget https://wordpress.org/latest.tar.gz
- Unpack with
tar xfz latest.tar.gz
- Clean up with "mv wordpress/* ." "rm -rf wordpress latest.tar.gz"
II) Create database
- Log into the customer menu of your hoster (e.g. cPanel, Plesk).
- Create a new MySQL database.
- Create a database user and assign a secure password.
- Link the user to the database and assign all rights.
- Save the access data: Database name, user name, password.
III) Start WordPress installation
- Open the URL of your website in the browser (e.g. https://deine-domain.de or https://deine-domain.de/blog).
- Select the language and click on "Next".
- Enter the database access data:
Database name
User name
password
Database host (127.0.0.1 instead of localhost)
Table prefix - Click on "Send".
IV) Complete the installation
Enter the basic information:
- Website title
- Username for the admin account (PLEASE do not use "admin"!!!)
- Secure password
- E-mail address
- Decide whether the website should be found by search engines (don't forget later...)
- Click on "Install WordPress".
Finished
You will receive a success message.
Log in to the WordPress backend with your username and password (e.g. https://deine-domain.de/wp-admin).