-
WordPress Installation Steps
Download WordPress source zip from the following link WordPress Download Link Unzip the downloaded WP (WordPress) in your web server directory. For e.g. in Ubuntu the path will be /var/www/html/ Command to unzip in Ubuntu server unzip wordpress-5.2.1.zip -d /var/www/html/ Once unzipped in your web server rename as your project name for e.g. vijayan.in Shell command: mv wordpress/ vijayan.in Reload your newly copied WP site in your favourite web browser On the other hand side please confirm you created a new database for your WP site MySQL statement: CREATE DATABASE wp_learn; Refer syntax: Create Database Documentation Click the Let’s go!…