Linux 软件免费装

WP-Deploy

开发者 nedsbeds
更新时间 2011年4月22日 23:20
PHP版本: 2.0.2 及以上
WordPress版本: 3.1.1

标签

migration deployment svn git config subversion development teams

下载

0.1 0.2 0.4 0.3 0.5 0.6

详情介绍:

WP Deploy is a plugin designed to solve some of the difficulties experienced by developers working in teams using version control software and multiple stages of deployment (local, development, staging, production etc.) More specifically it allows multiple config files to be added through the admin system and then dynamically switched depending on the URL a user is accessing the site from. In this way, a wordpress installation can be added to an svn repository (or any version control system) and checked out in multiple places that might have needs for differing config files.

安装:

  1. Upload the folder wp-deploy to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to settings -> wp deploy settings and start adding your server instances. Your current config will automatically be loaded in.

升级注意事项:

0.1 Users of the beta version should upgrade to this fully functional version.

常见问题:

I have enabled WpDeploy and can no longer access my site

WpDeploy manually manipulates your wp-config.php file. If you enable WpDeploy and find you can no longer access your wordpress site, load the wp-config file and uncomment the following lines //define('DB_NAME', //define('DB_USER', //define('DB_PASSWORD', //define('DB_HOST', by removing the forward slashes define('DB_NAME', define('DB_USER', define('DB_PASSWORD', define('DB_HOST', You will then need to remove the following line if(file_exists(ABSPATH . 'wpdeploy-settings.php')){require_once(ABSPATH . 'wpdeploy-settings.php');}

I can no longer upload files to the media library

If you can no longer see the media library tab, your WpDeploy config has probably blocked access. Edit the config and ensure that the correct permissions are checked.

I have ticked "Allow users to upload" but I still cannot upload media files

WpDeploy will only remove privileges. It will not add them to users who couldn't already perform operations. Ensure the user's role is high enough.

更新日志:

0.6 htaccess file added to deny access to config file. 0.5 Config files saved when upgraded 0.4 Fixed bug when logged out 0.3 Install Directory Corrected 0.2 Readme file added 0.1 This is the first version of wp-deploy available.