這次雙十一剛入手的標準版,準備在本地環境中安裝調試下,沒有問題的話就直接上線。
但是在嘗試通過docker安裝過程中,進行如下步驟時出現問題。
執行步驟:
按照文件“docker-compose/README.md”來操作
## 5、訪問CRMEB 系統
http://localhost:8011/
問題:
環境:
VitualBox7.0
Ubuntu22.04
CRMEB-BZ v5.2.1(20231106)
docker-compose:gitee最新版
CRMEB版本以及目錄結構:
“crmeb”和“template”是從官網下載的“CRMEB-BZ v5.2.1(20231106)”中拷貝出來的。
“docker-compose”是gitee的最新版本。
安裝過程:
按照"docker-compose/README.md"來進行的。
文件“docker-compose.ym”沒有修改過。
留意到在執行這步是出現一個錯誤提示,不知道有沒有關系
一些版本信息:
如果直接訪問 localhost 提示如下
Unable to connect
An error occurred during a connection to localhost.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
補充: