For setting up plugins.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Sep 2014 13:08:52 +0000 (09:08 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Sep 2014 13:08:52 +0000 (09:08 -0400)
This will allow it do direct plugin installs

wp-config.php

index 281c4e6..76e9f41 100644 (file)
@@ -17,7 +17,7 @@ define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotic
 define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME'].'/www.petoskeyrobotics.org/index.php');
 define('WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/www.petoskeyrobotics.org/wp-content');
 define('WP_CONTENT_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotics.org/wp-content');
-
+define('FS_METHOD', 'direct');
 // ** MySQL settings - You can get this info from your web host ** //
 /** The name of the database for WordPress */
 define('DB_NAME', 'petoskeyrobotics');