The Birth: WordPress install
Victory. Once again it is shown that there would have been less trouble if people would not take on unknown things, like in my case the installation of WordPress. http://en.wikipedia.org/wiki/Wordpress
But afterall, this is the way of learning stuff and if you do not try, you will never learn.
The basic installation looks like this:
- On http://wordpress.org/ you download the latest version of the program( 2.3.3) and unpack it.
- The page http://codex.wordpress.org/Installing_WordPress tells us about their “Famous 5 min install”
Summary (in order):- On the server you create a MySql base and a user with both rights to read and write
- you rename wp-config-sample.php to wp-config.php
- you copy the whole unpacked program on the server, where your blog will be stationed
- You open wp-config.php and put in settings for the base (the name of the base, user, password and location)
- You start the script using Mozilla Firefox on http://naslov.si/wp-admin/install.php
- hope that’s it!
If you read this, I succeded, I hope you succed to. I admit that this is a relatively tough topic for a common Internet user ad I will try to achieve that the number of these topics will decrease.