Friday, February 5, 2016

How To Setup WordPress With SQLite


.
How To Setup WordPress With SQLite
This tutorial demonstrates the steps to setup Wordpress v.4.4.2 with Sqlite Integration Plugin v.1.8.1

1) Download WordPress and SQLite Plugin.

2) Copy Plug-in files into Wordpress system folder

2.1) Unzip Wordpress and look for wordpress/wp-content/plug-ins folder.
2.2) Unzip Sqlite Integration plug-in ( you will get sqlite-integration folder) and copy the plug-in folder into the wordpress/wp-content/plug-ins folder.
2.3) Copy db.php file from the sqlite-integration folder into wordpress/wp-content folder.

3) Prepare WordPress configuration file.

You need to perform two steps here.
First, duplicate the file wp-config-sample.php into wp-config.php
Second, add installation salt values. To obtain key values, browse the urlhttps://api.wordpress.org/secret-key/1.1/salt/ . You should get some output in the form of key-value pairs containing salt values.
3.1) Create wp-config.php from wp-config-sample.php
3.2) Add installation salt values.
Copy the values from the website above and paste them into the section as shown below.
Salt values should be unique for each WordPress installation.
You can replace these values at anytime after installation and this will cause all users to log in again.
Done.
Now, you can browse the WordPress Url, e.g http://localhost/wordpress . You should see the installation page.

DOWNLOAD:


.

No comments:

Post a Comment

Labels