Start from a working website

Demo comprise a Wordpress installation together with a collection of plugins, themes directory, and sample data. feel free to duplicate it on your server, and use it as a starting point for developing a new website.

Instructions:

1 – Create a new database, keep the details (more information).

2 -Extract the wordpress-folder-zip file to your target installation directory, update wp-config.php (in your Wordpress folder) with your database info, you need to update the following 3 lines:

define('DB_NAME', 'your-db-name');

/** MySQL database username */
define('DB_USER', 'your-db-user-name');

/** MySQL database password */
define('DB_PASSWORD', 'your-db-password');

3 – Save the .sql file to your disk, use scr.exe or whatever to replace all the occurrences of the current website URL  (i.e. http://my-wp-cms.com/demo) with your Wordpress installation URL, replace all occurrences of “/home/thepark/public_html/” with your root address, replace all occurrences of the current admin email -  info@my-wp-cms.com with your email.

4 – Import the converted  .sql file  into your database (use phpMyAdmin, more information).

5 – That’s  it, login with user=password=admin, don’t forget to change the password and to set your email in the admin user profile.

License issues.

Testimonials

Transition to my own website was painless, thanks Emiliya Ben-Zvi

My blog is huge, importing it to wp caused timeouts on my server or whatever, they did it for me Ralf Dotan