[精讚] [會員登入]
489

bitbucket repository control application setup

安裝完bitbucket服務後,須設定bitbucket.properties

分享此文連結 //n.sfs.tw/12063

分享連結 bitbucket repository control application setup@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-24 18:43:55 最後編修
2017-12-01 10:39:34 By jung
 

安裝完bitbucket後,服務預設連結為localhost:7990

若依照說明只更改apache reverse proxy設定如下

啟動bitbucket後,在瀏覽器顯示的連結會出錯

bitbucket的icon連結會跑去抓apache的設定只讀到"localhost:7990/bitbucket"

這個按鈕連結就失效了

必須到bitbucket服務安裝的目錄,預設是/var/atlassian/application-data/bitbucket/shared/

在shared目錄下修改bitbucket.properties檔,讓bitbucket程式讀取設定

完成安裝後,該檔案內容會新增jdbc連線資料等等

若只有指定context path如下

程式是無法正確讀入reverse proxy指定的URL

必須再加入其他參數

記得修改前官方建議先停止bitbucket

改完存檔後再啟動

官網提供的文件只有這份比較有參考價值

https://confluence.atlassian.com/bitbucketserver/migrate-server-xml-customizations-to-bitbucket-properties-897811761.html#id-_MigrateServerXML-migrationexamples

END

你可能感興趣的文章

how to resolve memory allocation issue on proxmox when creating vm, sometimes the log shows fail message of Cannot_allocate_memory

logrotate執行權限問題 logrotate will failed to execute if selinux policy not setup correctly

setup jira using ssl on apache reverse proxy 設定jira使用https連線

JIRA using gmail as smtp outgoing mail sender 如何設定jira使用gmail信箱送信

如何在ubuntu 18.04上設定一開機就啟動virtualbox某個vm a way to setup ubuntu18.04 for start vm on boot

centos7 apache ssl.conf設定狀況 在apache更新或重啟後可能遇到ssl.conf衝突問題

隨機好文

[NetBeans]如何從git下載專案改建為自己的專案 修改git專案

更新程式取消google recaptcha改用輸入驗證碼 update cnclibs to 0.0.8.6

intellij IDEA git設定說明 whenever using git push fuction in the intellij IDEA

更新程式環境到wildfly18+openjdk11-phase1: upgrade mongodb server 更新程式環境到wildfly18+openjdk11-phase1: upgrade mongodb server to version 3.6

installation and implementation of k8s clusters on CentOS8 k8s入坑