Install WordPress
by
wikl
·
Published
· Updated
- download and extract WordPress
- start a SSL connection with the (web) server
- go to the WordPress root folder
- download >
wget https://wordpress.org/latest.tar.gz
- extract >
tar -xzvf latest.tar.gz
- create database and user
- use phpMyAdmin to
- create database (e.g. wordpress)
- add user (e.g. wordpress)
- setup WordPress
- enter>
/WordPress/wp-admin/
in the browser
- enter database connection details
- Database Name = wordpress
- Username = root
- Password = <password>
- Database Host = 127.0.0.1:3307
- Table Prefix = wp_
- proceed the setup process