bitbucket安裝


1,安裝文件下載

官網bin文件下載地址:https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-7.7.0-x64.bin

實際文件地址:https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-7.7.0-x64.bin

2,git安裝

 需要安裝git 2.19版本,過低的git版本不能支持;

3,bitbucket安裝

直接運行 ./atlassian-bitbucket-7.7.0-x64.bin,安裝過程安裝提示輸入;

 將破解jar文件添加於系統環境變量中export JAVA_OPTS="-javaagent:/opt/atlassian/bitbucket/7.6.0/bin/atlassian-agent.jar ${JAVA_OPTS}"

使用service atlbitbucket start命令啟動Bitbucket;可以使用service atlbitbucket stop命令停止Bitbucket;

如果使用mysql數據庫,需要將mysql-connector-java-x.xx.jar拷貝至/var/atlassian/application-data/bitbucket/lib,修改所有者屬性;

使用http://ip:7990進行Bitbucket初始化訪問;

需要注冊的時候使用java -jar /path/to/atlassian-agent.jar -m admin@mail.com -o org -p bitbucket -s XXXX-XXXX-XXXX-XXXX進行序列號計算;

在Bitbucket界面,管理>插件管理進行插件jar文件上傳,使用atlassian-agent.jar 進行序列號計算,注意-p 后面的內容用單引號包含;

4,相關插件地址

中文:https://marketplace.atlassian.com/apps/1220595/chinese-language-pack-for-bitbucket/version-history

Rest API:https://marketplace.atlassian.com/apps/1211542/atlassian-rest-api-browser?hosting=server&tab=installation

個人圖形:https://marketplace.atlassian.com/apps/1210934/awesome-graphs-for-bitbucket?hosting=cloud&tab=overview

圖形展示:https://marketplace.atlassian.com/apps/1212147/charts-graphs-for-bitbucket?hosting=datacenter&tab=overview


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM