Category Archives: Wordpress

How to install manually WordPress platform


Sometimes, we cannot install WordPress automatically or you want to install it manually. I will show you how to install  Wordpress platform on your website manually. P

1. You need to download wordpress plaftorm from http://wordpress.org  and to unzip it.
2.Now, you must search the wp-config-sample.php file and you need to rename it in wp-config.php. After that you open it with a text editor such as notepad, notepad++ and so on.
3. You need to find the line that contains ( use ctrl+f in text editor and type what are you searching)  “// ** MySQL settings ** //” . You need to modify the line like in example:

define(‘DB_NAME’, ‘youraccount_domain_domainextension’); // The name of the database

define(‘DB_USER’, ‘youraccount_domain_domainextension’); // Your MySQL username

define(‘DB_PASSWORD’, ‘your password’); // …and password

define(‘DB_HOST’, ‘mysql.site.ro’); // 99% chance you won’t need to change this value

4. After you done all the editing, now you can upload WordPress in your account. For that, you need to use a ftp client such as Fireftp, Winscp or Fillezilla.
5.At the end you need to go http://websitename.websiteextension/wp-admin/install.php for install . You choose a title for your blog and you write your email adress when is asked. The password will be generate automatically.