How to install Wordpress application on ubuntu WebServer
Step 1: Download Wordpress application Download Wordpress (https://wordpress.org/latest.zip)from its website and unzip it with the following command. It will download the zipped wordpress package straight to your user's home directory.
Step 2: Create the Wordpress database and user After we unzip the wordpress files, they will be in a directory called Wordpress in the home directory. Now we need to create a new MySQL directory for Wordpress. To do so log on to the MySQL Shell by using the following command: Login using your MySQL root password.
Next we need to create a Wordpress database, a user for that database, and give that user a new password. Keep in mind that all MySQL commands must end with a semi-colon. You can replace the database, name, and password, with whatever you want: You can create a Database for wordpress using the following commands:Next we need to create a new user
0 comments:
Post a Comment