- Download WAMP Server and WordPress software on to your Windows computer.
- Install WAMP server software on your computer by following the steps.
- Now, extract the downloaded WordPress.Zip file. Now, goto C:\wamp\www and create a folder with the name “WordPress”.
- Move all the files and folders available in the unzipped WordPress folder to the newly created WordPress folder (C:\wamp\www\WordPress).
- Go to Start > Programs > run WAMP
- Next, left click on WAMP icon in the task bar and select “start all services”.
- Now, open http://localhost/
- Click on PhpMyAdmin and create a database for your WordPress install. Give it a name (say ‘demo’).
- Now, open http://localhost/wordpress and click on “create a configuration file” and enter the details as mentioned below.
Database name: demo (this is the name of the database you’ve created in the step 8)
Username: root
Password: Leave it blank (no password required)
Database host: Localhost (leave it as it is)
Database prefix: wp_ (leave it as it is) - Click on “Submit” and select “Run setup” on the next screen.
- Give your blog a title and email. Search visibility option doesn’t matter as you’re working on a local environment.
- On the next screen, copy the password and save it for future reference.
That’s it! WordPress has been successfully installed on your computer. You can now login to your WordPress dashboard at http://localhost/wordpress/wp-admin/ using your admin credentials create in the earlier steps.
Comentarii
Trimiteți un comentariu