Skip to content

Commit 64a4cd7

Browse files
committed
Move configure docs into install tab
1 parent ae41303 commit 64a4cd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This plugin will also add a custom item on the "At a Glance" section of the Dash
1717

1818
Also find me on [GitHub](https://github.com/xyu/secure-db-connection).
1919

20+
== Installation ==
21+
22+
For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
23+
24+
1. Install and activate plugin, if the filesystem is writable the Secure DB Connection dropin will be installed for you automatically. If not proceed to step 2
25+
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
26+
3. Set the relevant defines in your `wp-config.php` file.
27+
2028
= Configuration Parameters =
2129

2230
To adjust the configuration, define any of the following applicable constants in your `wp-config.php` file.
@@ -57,14 +65,6 @@ If you are using the MySQL Native Driver and MySQL 5.6 or later `mysqli_real_con
5765

5866
define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT );
5967

60-
== Installation ==
61-
62-
For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
63-
64-
1. Install and activate plugin, if the filesystem is writable the Secure DB Connection dropin will be installed for you automatically. If not proceed to step 2
65-
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
66-
3. Set the relevant defines in your `wp-config.php` file.
67-
6868
== Screenshots ==
6969

7070
1. An at a glance item is added showing the status of the MySQL connection when this plugin is activated. If the connection is encrypted the SSL version and cipher used will also be shown.

0 commit comments

Comments
 (0)