在SAE上搭建最新wordpress的方法

2022-09-26 20:12:16 字數 3844 閱讀 8023

安裝sae上的wordpress,建立應用選擇wordpress模板,安裝後是3.4版本

新建乙個版本2,**最新wordpress安裝包並解壓到版本2中

初步猜想修改地方:

資料庫配置:wp-config.php

複製** **如下:

<?php

/**

* wordpress 基礎配置檔案。

* * 本檔案包含以下配置選項: mysql 設定、資料庫表名字首、

* 密匙、wordpress 語言設定以及 abspath。如需更多資訊,請訪問

* codex 頁面。mysql 設定具體資訊請諮詢您的空間提供商。

* * 這個檔案用在於安裝程式自動生成 wp-config.php 配置檔案,

* 您可以手動複製這個檔案,並重命名為 wp-config.php,然後輸入相關資訊。

* * @author elmer zhang

* @package wordpress

*/// ** mysql 設定 - 具體資訊來自您正在使用的主機 ** //

/** wordpress 資料庫的名稱 */

define('db_name', sae_mysql_db);

/** mysql 資料庫使用者名稱 */

define('db_user', sae_mysql_user);

/** mysql 資料庫密碼 */

define('db_password', sae_mysql_pass);

/** mysql 主機 */

define('db_host', sae_mysql_host_m.':'.sae_mysql_port);

/** 建立資料表時預設的文字編碼 */

define('db_charset', 'utf8');

/** 資料庫整理型別。如不確定請勿更改 */

define('db_collate', '');

define('wp_use_multiple_db', true);

/*$db_list = array(

'write'=> array(

array(

'db_host' => sae_mysql_host_m.':'.sae_mysql_port,

'db_user'=> sae_mysql_user,

'db_password'=> sae_mysql_pass,

'db_name'=> sae_mysql_db,

'db_charset'=> 'utf8'

程式設計客棧         )

),'read'=> array(

array(

'db_host' => sae_mysql_host_s.':'.sae_mysql_port,

'db_user'=> sae_mysql_user,

'db_password'=> s

'db_name'=> sae_mysql_db,

'db_charset'=> 'utf8')),

);$global_db_list = $db_list['write'];*/

/**#@+

* 身份密匙設定。

* * 您可以隨意寫一些字元

* 或者直接訪問 ,

* 任何修改都會導致 cookie 失效,所有使用者必須重新登入。

* * @since 2.6.0

*/define('auth_key',         hash_hmac('sha1', sae_accesskey . 'auth_key', sae_secretkey ));

define('secure_auth_key',  hash_hmac('sha1', sae_accesskey . 'secure_auth_key', sae_secretkey ));

define('logged_in_key',    hash_hmac('sha1', sae_accesskey . 'logged_in_key', sae_secretkey ));

define('nonce_key',        hash_hmac('sha1', sae_accesskey . 'nonce_key', sae_secretkey ));

define('auth_salt',        hash_hmac('sha1', sae_accesskey . 'auth_salt', sae_secretkey ));

define('secure_auth_salt', hash_hmac('sha1', sae_accesskey . 'secure_auth_salt', sae_secretkey ));

define('logged_in_salt',   hash_hmac('sha1', sae_accesskey . 'logged_in_salt', sae_secretkey ));

define('nonce_salt',       hash_hmac('sha1', sae_accesskey . 'nonce_salt', sae_secretkey ));

/**#@-*/

/** * wordpress 資料表字首。

* * 如果您有在同一資料庫內安裝多個 wordpress 的需求,請為每個 wordpress 設定不同的資料表字首。

* 字首名只能為數字、字母加下劃線。

*/$table_prefix  = 'wp_';

/** * wordpress 語言設定,預設為英語。

* * 本項設定能夠讓 wordpress 顯示您需要的語言。

* wp-content/languages 內應放置同名的 .mo 語言檔案。

* 要使用 wordpress 簡體中文介面,只需填入 zh_cn。

*/define ('wplangwww.cppcns.com', 'zh_cn');

/** * 開發者專用:wordpress 除錯模式。

* * 將這個值改為「true」,wordpress 將顯示所有開發過程中的提示。

* 強烈建議外掛程式開發者在開發環境中啟用本功能。

*/define('wp_debug', false);

/* 好了!請不要再繼續編輯。請儲存該檔案。 */

/** wordpress 目錄的絕對路徑。 */

if ( !defined('abspath') )

define('abspath', dirname(__file__) . '/');

/** 設定 wordpress 變數和包含檔案。 */

require_once(abspath . 'wp-settings.php');

檔案(快取,)讀寫介面

搜尋sae模板專案程式設計客棧中sae的字眼

復**mrm制** **如下:

\sae_app_wizard.xml檔案

/wp-admin/includes/image-edit.php p224 –> p314

\wp-admin\includes\image.php p95 –> p58

\wp-admin\plugins.php p46 –>  p43

\wp-includes\functions.php p1296 p1474 p3515–> p1469 p1795 p4240

\wp-includes\media.php p426 –> p543

執行中bug修改

複製** **如下:

wp-load.php p22-> define( 'abspath', '' );

d:\jdhublog\1\wp-includes\functions.php p2934 –> 注釋 p3560

本文標題: 在sae上搭建最新wordpress的方法

本文位址:

在SAE上同步djanogo的mysql資料庫

折騰了乙個下午,終於搞掂了把djanogo應用的mysql資料庫匯入到sae上了,歸根到底麻煩的根源是sae限制多多。下面簡單記錄一下過程以備日後參考使用。if server software in os.environ from sae.const import mysql host,mysql ...

在Ubuntu上搭建Git server

在ubuntu系統上搭建git server主要包含以下幾個步驟 1 安裝openssh ubuntu sudo apt get install openssh server2 安裝git ubuntu sudo apt get install git git core3 安裝gitosis 1 使...

在Github上搭建部落格

貌似還是這個鏈結最靠譜呀 如何利用github建立個人部落格 之一 github支援的表情符號 表情的使用方法 此人的github主頁是 會遇到問題,然後需要安裝ruby支援jekyll octopress is a framework designed by brandon mathis for ...