Bitbucket Server installation guide

https://confluence.atlassian.com/bitbucketserver/bitbucket-server-installation-guide-867338382.html

  Install Bitbucket Server from an archive file

  https://confluence.atlassian.com/bitbucketserver/install-bitbucket-server-from-an-archive-file-776640148.html

    Install Bitbucket Server on Linux from an archive file

    https://confluence.atlassian.com/bitbucketserver/install-bitbucket-server-on-linux-from-an-archive-file-868977010.html

Using Bitbucket Server in the enterprise

https://confluence.atlassian.com/bitbucketserver/using-bitbucket-server-in-the-enterprise-776640933.html

Connecting Bitbucket Server to an external database

https://confluence.atlassian.com/bitbucketserver/connecting-bitbucket-server-to-an-external-database-776640378.html

  Connecting Bitbucket Server to Oracle

Connecting Bitbucket Server to Jira for user management

https://confluence.atlassian.com/bitbucketserver/connecting-bitbucket-server-to-jira-for-user-management-776640400.html

  https://confluence.atlassian.com/bitbucketserver/connecting-bitbucket-server-to-oracle-776640379.html

Scaling Bitbucket Server

https://confluence.atlassian.com/bitbucketserver/scaling-bitbucket-server-776640073.html

Git Gui Client

https://git-scm.com/download/gui/win

External user directories

https://confluence.atlassian.com/bitbucketserver/external-user-directories-776640394.html?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash

  Delegating Bitbucket Server authentication to an LDAP directory

  https://confluence.atlassian.com/bitbucketserver056/delegating-bitbucket-server-authentication-to-an-ldap-directory-943528939.html

Connecting Bitbucket Server to an external database

https://confluence.atlassian.com/bitbucketserver/connecting-bitbucket-server-to-an-external-database-776640378.html

Bitbucket Data Center

https://confluence.atlassian.com/enterprise/bitbucket-data-center-668468332.html

  Install Bitbucket Data Center

  https://confluence.atlassian.com/bitbucketserver/install-bitbucket-data-center-872139817.html

Configure Https in Bitbucket/Securing Bitbucket Server with Tomcat using SSL

https://confluence.atlassian.com/bitbucketserver/securing-bitbucket-server-with-tomcat-using-ssl-776640127.html

  

Bitbucket Permissions

  Global Permissions

  https://confluence.atlassian.com/bitbucketserver/global-permissions-776640369.html

  Project Permissions

  https://confluence.atlassian.com/bitbucketserver/using-project-permissions-776639801.html

  Repository Permissions

  https://confluence.atlassian.com/bitbucketserver/using-repository-permissions-776639771.html

  Branch Permissions

  https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html

SVN Mirror for Bitbucket Server

  https://marketplace.atlassian.com/plugins/org.tmatesoft.subgit.stash-svn-importer/server/overview

  https://subgit.com/bitbucket.html

  https://subgit.com/branches-mapping.html#6

Bitbucket Integeration in Jira

  https://confluence.atlassian.com/bitbucketserver/integrating-bitbucket-server-with-atlassian-applications-776639863.html

  https://confluence.atlassian.com/bitbucketserver/jira-integration-776639874.html#JIRAintegration-detail

  https://marketplace.atlassian.com/plugins/com.xiplink.jira.git.jira_git_plugin/cloud/overview

  https://confluence.atlassian.com/bitbucketserver057/linking-bitbucket-server-with-jira-945543941.html

  https://dzone.com/articles/6-tips-before-and-after-integrating-jira-software

  https://confluence.atlassian.com/applinks/ssl-and-application-link-troubleshooting-guide-790632063.html#SSLandapplicationlinktroubleshootingguide-location

Bitbucket backups and recovery

  https://confluence.atlassian.com/bitbucketserver/data-recovery-and-backups-776640050.html

Bitbucket server home directory

  https://confluence.atlassian.com/bitbucketserver/bitbucket-server-home-directory-776640890.html

Problems connecting to Atlassian Marketplace

https://confluence.atlassian.com/upm/problems-connecting-to-the-atlassian-marketplace-273875718.html

Proxying Atlassian server applications with Apache HTTP Server (mod_proxy_http)

  https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-apache-http-server-mod_proxy_http-806032611.html

Securing your Atlassian applications with Apache using SSL

  https://confluence.atlassian.com/kb/securing-your-atlassian-applications-with-apache-using-ssl-838284349.html

Migrate server.xml customizations to bitbucket.properties

  https://confluence.atlassian.com/bitbucketserver057/migrate-server-xml-customizations-to-bitbucket-properties-945544472.html

Enabling ssh access to git repositories in bitbucket-server

https://confluence.atlassian.com/bitbucketserver057/enabling-ssh-access-to-git-repositories-in-bitbucket-server-945544272.html?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash

Bitbucekt Reference的更多相关文章

  1. ASP.NET Core: You must add a reference to assembly mscorlib, version=4.0.0.0

    ASP.NET Core 引用外部程序包的时候,有时会出现下面的错误: The type 'Object' is defined in an assembly that is not referenc ...

  2. 【转】Django Model field reference学习总结

    Django Model field reference学习总结(一) 本文档包含所有字段选项(field options)的内部细节和Django已经提供的field types. Field 选项 ...

  3. (转) Qt 出现“undefined reference to `vtable for”原因总结

    由于Qt本身实现的机制所限,我们在使用Qt制作某些软件程序的时候,会遇到各种各样这样那样的问题,而且很多是很难,或者根本找不到原因的,即使解决了问题,如果有人问你为什么,你只能回答--不知道. 今天我 ...

  4. undefined reference to `__android_log_print'

    使用android studio 编写NDK代码时出现错误:undefined reference to `__android_log_print' 解决办法: eclipse       andro ...

  5. CentOS 6.5 编译 PHP-7 报错:undefined reference to `libiconv_open 无法编译 PHP libiconv

    ./configure --with-mysql=/backup/mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zli ...

  6. Qt - 错误总结 - 在自定义类头文件中添加Q_OBJECT 编译时报错(undefined reference to ‘vtable for xxThread)

    错误提示:在添加的QThread子类头文件添加Q_OBJECT时,编译程序,出现"undefined reference to 'vtable for xxThread'"错误提示 ...

  7. Conditional project or library reference in Visual Studio

    Conditional project or library reference in Visual Studio In case you were wondering why you haven’t ...

  8. Qt经典出错信息之undefined reference to `vtable for classname

    原文链接:Qt经典出错信息之undefined reference to `vtable for classname 这个出错信息太常见了,用过Qt两个月以上的朋友基本上都能自己解决了,因为太经典了, ...

  9. OpenCASCADE6.8.0 Reference Manual Serach Problem

    OpenCASCADE6.8.0 Reference Manual Serach Problem eryar@163.com 1. Problem 有网友反映OpenCASCADE6.8.0的Refe ...

随机推荐

  1. python遍历并获取对象属性--dir(),__dict__,getattr,setattr

    一.遍历对象的属性: 1.dir(obj) :返回对象的所以属性名称字符串列表(包括属性和方法). for attr in dir(obj): print(attr) 2.obj.__dict__:返 ...

  2. TypeError: 'str' object is not callable

    Python报错TypeError: 'str' object is not callable

  3. CF221C Circling Round Treasures

    题目大意 给定一个$n\times m$的网格$(n,m\leq 20)$,每个格子都是$S\space \#\space B\space x\space .$中第一个. $S$表示起点,保证有且仅有 ...

  4. HDU3579Hello Kiki(中国剩余定理)(不互质的情况)

    One day I was shopping in the supermarket. There was a cashier counting coins seriously when a littl ...

  5. 根据sid或sqlID查询SQL

    根据sid查询已经执行过的sql select sql_text from v$sqlarea a,v$session b where a.SQL_ID=b.PREV_SQL_ID and b.SID ...

  6. bzoj 4815 小Q的表格 —— 反演+分块

    题目:https://www.lydsy.com/JudgeOnline/problem.php?id=4815 思路就和这里一样:https://blog.csdn.net/leolyun/arti ...

  7. java多线程编程核心技术——第三章总结

    第一节等待/通知机制 1.1不使用等待/通知机制实现线程间的通讯 1.2什么是等待/通知机制 1.3等待/通知机制的实现 1.4方法wait()锁释放与notify()锁不释放 1.5当interru ...

  8. RS-485半双工延时问题

    学习485总线时,遇到延时问题,困扰很久.通过学习知道了485半双工收发时必须延时,以保证系统的稳定性.可靠性.好多资料都介绍了485 防静电.抗干扰电路.惟独没提 每一帧收发停止位(或第9位)的延时 ...

  9. Java探索之旅(13)——字符串类String

    1.初始化 String类是Java预定义类,非基本类型而是引用类型. public class StudyString { public static void main(String[] args ...

  10. BAT小米奇虎美团迅雷携程等等各大企业校招,笔试面试题。

    类似在线测试的方式展示题目. 历年在线笔试试卷: 百度 http://www.nowcoder.com/paper/search?query=%E7%99%BE%E5%BA%A6  腾讯http:// ...