Posted July 20Jul 20 Hello everyone,Today I will show you how to install WordPress manually (by yourself). This is good if your hosting company does not have auto installer, or if you just want to learn how to do it by hand.Don't worry โ I will make this post very simple and easy to follow.๐ What You Need Before You StartBefore you install WordPress, make sure you have these:A domain name (like mywebsite.com)A hosting account (where your website will live)A file manager or FTP access (to upload files)A MySQL database (for WordPress to save data)WordPress zip file (you can get this from wordpress.org)๐งฑ Step 1: Download WordPressGo to this website: https://wordpress.org/download/Click the button that says Download WordPress.It will download a zip file to your computer.๐ Step 2: Upload WordPress to Your HostingYou can use:File Manager (in cPanel or your hosting dashboard), ORFTP software like FileZilla.๐ Using File Manager:Login to your hosting control panel (like cPanel).Go to File Manager.Open the folder called public_html (this is your main website folder).Click Upload, and upload the WordPress zip file you downloaded.After upload, extract (unzip) the file.Now you will see a folder named wordpress. Open it, select all files, and move them to public_html.After moving, you can delete the wordpress folder and the zip file to keep things clean.๐ข๏ธ Step 3: Create a MySQL DatabaseIn your hosting panel (like cPanel), look for MySQLยฎ Databases.Create a new database. Give it a name (example: mydb).Create a new database user and a strong password.Add the user to the database and give it All Privileges.Please write down these:Database NameDatabase UserPasswordDatabase Host (usually it is localhost)You will need them soon.๐ง Step 4: Set Up WordPressNow go to your website URL. Example:https://yourdomain.comYou will see the WordPress installation page.Select Your LanguageChoose your language (like English) and click Continue.Database Setup PageYou will see a page asking for:Database Name โ (use the one you created)Database Username โ (use the one you created)Database Password โ (use the one you created)Database Host โ usually localhostTable Prefix โ just leave it as wp_Click Submit.If everything is correct, you will see a message: "All right, sparky!"Click Run the installation.๐ Step 5: Fill in Website DetailsNow you need to set your website info:Site Title โ (example: My First Blog)Username โ (you will use this to login)Password โ (create a strong one)Email โ (for recovery and alerts)Leave the checkbox for Search Engine Visibility if you donโt want Google to find your site yet.Click Install WordPress.โ Step 6: You're Done!You will now see:Success! WordPress has been installed.Click the Log In button and use the username and password you just created.๐ ๏ธ Some Extra TipsTo go to your website, visit:https://yourdomain.comTo log in to admin panel, go to:https://yourdomain.com/wp-adminFrom your dashboard, you can change themes, install plugins, write blog posts, and more!Installing WordPress manually may look hard at first, but if you follow the steps one by one, it's not too difficult. Now you can build your blog, business website, or any type of site you want!If you have any questions, reply below and I will try to help.Thanks for reading!
Create an account or sign in to comment