These are steps for Wordpress setup in your own computer :
1. You will need Xampp as your http server. Download Xampp here. (choose the windows installer)
2. Install Xampp to your own desired folder and make sure you enable apache and mysql as services.
3. Now your Xampp is running.
4. Download wordpress setup installer here.
5. Extract it to
6. Now open your browser and type localhost for the address.
7. Open the phpMyAdmin tab in the Tools tab on the left.
8. On the Create new database field, type Wordpress (or your desired database name) and choose the utf8_unicode_ci as your collation, and click create.
9. Open wp-config-sample.php on
10. Change 'putyourdbnamehere' with 'your desired database name' (the one you create on phpMyAdmin), 'usernamehere' with 'root' , and 'yourpasswordhere' with 'your desired database password'.
11. Save wp-config-sample.php as wp-config.php
12. Open your browser again and type http://localhost/wordpress/wp-admin/install.php
13. Fill the field with your desired blog thing and viola, Wordpress is installed on your own computer.
14. You can download wordpress plugin here.
15. If you need more documentation, visit wordpress codex.
No comments:
Post a Comment