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. linux命令学习笔记(19):find 命令概览

    Linux下find命令在目录结构中搜索文件,并执行指定的操作.Linux下find命令提供了相当多的查找条件,功能 很强大.由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花 ...

  2. Struts2 - 表单的重复提交问题

    用户重复提交表单在某些场合将会造成非常严重的后果.例如,在使用信用卡进行在线支付的时候,如果服务器的响应速度太慢,用户有可能会多次点击提交按钮,而这可能导致那张信用卡上的金额被消费了多次.因此,重复提 ...

  3. 1143. Lowest Common Ancestor (30)

    The lowest common ancestor (LCA) of two nodes U and V in a tree is the deepest node that has both U ...

  4. Tomcat配置MySql连接池问题

    配置过程如下: 1.修改Tomcat—>conf目录下的context.xml文件 <Context path="/DBTest" docBase="DBTe ...

  5. QT(4)信号与槽

    mainWidget.h #ifndef MAINWIDGET_H #define MAINWIDGET_H #include <QWidget> #include <QPushBu ...

  6. 标准模板库(STL)学习指南之sort排序

    对于程序员来说,数据结构是必修的一门课.从查找到排序,从链表到二叉树,几乎所有的算法和原理都需要理解,理解不了也要死记硬背下来.幸运的是这些理论都已经比较成熟,算法也基本固定下来,不需要你再去花费心思 ...

  7. GrayCode for state machine

    How & Why use Gray Code A gray counter is a binary counter where only one bit changes at a time. ...

  8. 使用cmd命令行方式登录ftp上传下载数据

    部分用户在使用ftp工具登录空间上传下载过程中经常会遇到各种问题,如主动模式,被动模式,以及其他导致无法登陆ftp .上传数据.下载数据的问题,这时候不妨使用一下命令行方式.命令行下可以避免很多由于f ...

  9. Ruby模块(module)

    Ruby模块(module) 2013-04-03 16:47:09|  分类: Ruby |  标签:ruby  require  load  extend  include  |字号 订阅     ...

  10. python编程范式培训文档,主要是结合4种代码和,对oop和面向过程编程区别和oop转化公式培训。

    这是写得培训文档.代码例子在附件. 是经过深入考察 4个git项目里面,找出代码非常非常十分low.代码重复得吓人的的最本质原因.提炼出oop转化公式. 围绕附件中的4种代码写法思维来实现同一个任务, ...