[精讚] [會員登入]
343

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

你可能感興趣的文章

nginx+ssl+certbot安裝設定雜記 using certbot on nginx to setup https connection

installation and implementation of k8s clusters on CentOS8 k8s入坑

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

proxmox5.x using duplicati as cloud backup strategy install duplicati program on Proxmox host for remote backup using google drive account

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

測試及處理slow http attack on Apache 2.4.6 at CentOS-7 avoiding and testing slow http attack

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

縣市IDP更換SSL憑證及修改servername+wildfly等設定 縣市IDP更換SSL

bitbucket repository control application setup 安裝完bitbucket服務後,須設定bitbucket.properties

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format

ubuntu18.04網路設定無法啟動問題 network connection failed due to networkmanager settings

縣市端新增師生關係API程式 在縣市端建立可由教育部主機撈取縣市資料庫師生關係的API 程式