October 27, 20241 yr 安裝新的 Invision Community 5.0 論壇環境需求作業系統:Linux Debian 13網頁伺服器:Nginx 1.29.x資料庫:MariaDB 11.8.xPHP版本:8.4.xSSL:已申請並可正常以 HTTPS 存取網站確認論壇的檔案權限,進入網站根目錄cd /var/www/域名.com檢查以下目錄是否可寫入 (應為 www-data 或適當使用者)ls -la ---------------------------開始安裝IPS論壇---------------------------之前的步驟,已申請SSL憑證,也寫入IPS的偽靜態直接在瀏覽器輸入https://域名.com系統會自動偵測並進入安裝程序開始安裝新的論壇 -> Start Installation -> Install Invision Community 5System CheckPHP Requirements -> PHP要求,最好都是 v 通過的狀態PHP version 8.4.x.cURL extension loaded.The dns_get_record function is availableMultibyte String extension loadedDOM extension loadedGD extension loadedMySQLi extension loadedOpenSSL extension loadedSession extension loadedSimpleXML extension loadedXML extension loadedXMLReader extension loadedXMLWriter extension loadedPhar extension loadedZip extension loadedExif extension loaded512 MB memory limit.File System Requirements -> 都要 v 可寫入的狀態/var/www/域名.com/applications is writable/var/www/域名.com/datastore is writable/var/www/域名.com/uploads is writable/var/www/域名.com/uploads/logs is writableContinue -> License Key -> 輸入你的正版序號[v] I have read and agree to the license agreement-> Continue Applications to install -> 選擇你要安裝的官方插件SystemConverterGalleryEventsBlogsDownloadsPagesForumsCommerceDefault application 你想要以什麼APP為預設首頁 -> 通常選擇 ForumsContinue ->---------------------------------------------MySQL Server Details---------------------------------------------Host -> localhostUsername -> 資料庫用戶名Password -> 資料庫用戶密碼Database Name -> 資料庫名Port -> 3306Socket -> /var/run/mysqld/mysqld.sockSite URL -> https://域名.com/[通常不勾選 ] Send usage and diagnostics data to IPS? 將使用情況和診斷資料傳送至IPS官網?-> Continue ---------------------------------------------Admin---------------------------------------------論壇管理員帳號與密碼Display NamePasswordConfirm PasswordEmail Address-> Continue ---------------------------------------------Install---------------------------------------------安裝中 ---------------------------------------------Your Invision Community 5 is ready---------------------------------------------Go to the suite 到論壇前端Go to the AdminCP 到論壇後端 論壇前端 論壇後端 ---------------------------------- 強化 conf_global.php 安全性 ---------------------------------- 修改權限為 640 或 600 chmod 640 /var/www/域名.com/conf_global.php --------------------- 排程任務權限確認 --------------------- 確保IPS論壇的 task.php 具備執行權限 chmod 755 /var/www/域名.com/applications/core/interface/task/task.php Edited March 31Mar 31 by Jack
Create an account or sign in to comment