TPshop的安裝設定

2021-08-05 18:41:30 字數 879 閱讀 3315

tpshop安裝

必須安裝在網域名稱根目錄下(未更改的話為apache/htdocs目錄),

不能在某個目錄下 否則會路徑出錯(如localhost/tpshop/index.php 這種情況會載入不到樣式、

比如我的tpshop專案在  c:\wamp\apache2.4\htdocs\tpshop  網域名稱應該指向到 c:\wamp\apache2.4\htdocs\tpshop  因為index.php 在 c:\wamp\apache2.4\htdocs\tpshop 下面

apache配置應該是

documentroot "c:\wamp\apache2.4\htdocs\tpshop"  #直接配置到檔案目錄

servername www.tpshop.com  #網域名稱

serveralias tpshop.com  #短網域名稱(別名)

directoryindex index.php   #預設開啟index.php檔案(沒有的話會開啟檔案目錄結構)

關於安裝時連線資料庫報錯問題(將sql-mode設為no_auto_create_user,no_engine_substitution)

一般在mysql配置檔案my.ini中(可能是sql-mode,或者sql_mode)

修改即可(建議開啟資料庫查詢sql-mode檢視其值,show variables like '%sql_mode%' ,更改後重新整理檢視值是否改變)

修改後即為上圖顯示,可以正常繼續往下安裝

FastMM 安裝設定

fastmm 在d2006和2007中已代替了原來的記憶體管理器。d7也可以使用,而且很方便哦。請看步驟 1.fastmm是開源專案,去她老家先拖個來.我使用的是fastmm.v4.86.2.資料夾replacement borlndmm dll precompiled for delphi ide...

Memcached安裝設定

what is memcached?安裝依賴 memcached依賴libevent,需要先安裝libevent包 yum install libevent devel wget files memcached 1.4.21.tar.gz tar zxvf memcached 1.4.21.tar....

Ubuntu Gitosis安裝設定

gitosis就是一套用來管理 authorized keys 檔案和實現簡單連線限制的指令碼。用來新增使用者和設定許可權的並非通過網頁程式,而只是管理乙個特殊的 git倉庫。你只需要在這個特殊倉庫內做好相應的設定,然後推送到伺服器上,gitosis 就會隨之改變執行策略。sudo apt get ...