Disconf web管理端安裝

2021-09-06 13:58:02 字數 1549 閱讀 7719

1.環境配置

解壓:unzip disconf-master.zip

3.編譯打包

建立目錄

[plain]view plain

copy

print?

mkdir /home/disconf/online-resources  

mkdir /home/disconf/war  

cd disconf-master  

mvn clean install  

online_config_path=/home/disconf/online-resources  

war_root_path=/home/disconf/war  

export online_config_path  

export war_root_path  

cd disconf-web  

sh deploy/deploy.sh  

完成在/home/disconf/war目錄下產生檔案

[plain]view plain

copy

print?

-disconf-web.war    

-html    

-jpaas_control  

-meta-inf    

-release  

-tmp  

-web-inf  

4.修改配置

按照disconf-master/disconf-web/sql/readme.txt說明按照順序匯入資料

6.配置tomcat

安裝tomcat配置server.xml配置war目錄

7.配置nginx

安裝nginx,並配置,安裝參考:

配置:vi /home/disconf/nginx/conf/nginx.conf

[plain]view plain

copy

print?

upstream disconf   

server   

}  location ~ ^/(api|export)   

}  

通過即可訪問  預設使用者:admin/admin

總體概述

基於註解式的分布式配置(支援配置檔案和配置項)

推薦新建的專案使用disconf時使用

注:將配置檔案移至乙個專有類裡,而不是分散在專案的各個地方,整個**架構清晰易懂、易管理。 即便如果哪天不使用disconf,也只需要將註解去掉即可。

基於xml的分布式配置(無**侵入)(僅支援配置檔案)

推薦舊專案使用disconf時使用

其它

安裝Dubbo管理Web端

二 安裝 將 dubbo admin.zip 安裝包解壓到 tomcat 伺服器中並做相應配置即可。三 配置 找到解壓後的 dubbo admin 中找到 web inf dubbo.properties 檔案並修改其中配置 plain view plain copy 在code上檢視 片派生到我的...

RabbitMQ安裝並開啟網頁端管理外掛程式

第三步 在安裝目錄d program files rabbitmq server rabbitmq server 3.7.3 sbin上輸入cmd,進入該資料夾的控制台命令視窗,然後輸入以下命令進行安裝網頁端管理外掛程式 rabbitmq plugins enable rabbitmq manage...

Oracle 客戶端管理軟體安裝

1 首先,先說明下為什麼要安裝oracle客戶端管理工具?因為oracle服務端過大,而且消耗的資源過多,大部分公司會把服務端裝在公司的伺服器上,而不會裝在員工的電腦上,所以這個時候就需要使用oracle客戶端管理工具來遠端連線到oracle服務端上。綜上所述 oracle客戶端管理工具就是用來遠端...