Install WordPress

  1. 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
  2. create database and user
    • use phpMyAdmin to
    • create database (e.g. wordpress)
    • add user (e.g. wordpress)
  3. 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

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *