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. [基本操作]线段树分治和动态dp

    不知道为什么要把这两个没什么关系的算法放到一起写...可能是都很黑科技? 1.线段树分治 例题:bzoj4026 二分图 给你一个图,资瓷加一条边,删一条边,询问当前图是不是二分图 如果用 LCT 的 ...

  2. P1030 求先序排列

    题目描述 给出一棵二叉树的中序与后序排列.求出它的先序排列.(约定树结点用不同的大写字母表示,长度<=8). 输入输出格式 输入格式: 2行,均为大写字母组成的字符串,表示一棵二叉树的中序与后序 ...

  3. POJ3126Prime Path(BFS)

    #include"cstdio" #include"queue" #include"cstring" using namespace std ...

  4. AI设计的若干规则阐述

    转自:http://www.gameres.com/491742.html 一般来讲,网络游戏的AI历来就是很简单的AI.相比之下,很多单机游戏的AI就要得复杂一些.而笔者并未从事过大型单机游戏的AI ...

  5. vs2015类中方法前的引用链接不显示的解决方案

    在工具→选项,打开如下界面,寻找“文本编辑器→所有语言”中设置显示:&lt;img data-rawheight="761" data-rawwidth="130 ...

  6. Swift3.0 基础学习梳理笔记(一)

    本篇是我在学完一遍基础语法知识的时候,第一遍复习,我一遍梳理一遍记录的笔记.同时分享给像我一样在学习swift 的猿友们. 本篇可能过于冗长.所以所有的参考资料都分模块的写在palyground 里, ...

  7. linux命令-rpm安装和卸载

    软件包 先查看一下rpm包 [root@wangshaojun Packages]# mount /dev/cdrom /mnt/////挂载[root@wangshaojun Packages]# ...

  8. Angular面试题

    1. ng-show/ng-hide 与 ng-if的区别? 我们都知道ng-show/ng-hide实际上是通过display来进行隐藏和显示的.而ng-if实际上控制dom节点的增删除来实现的.因 ...

  9. Dialog 自定义使用3(回调点击事件)

    1 , Dialog布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns ...

  10. express搭建elasticsearch

    1.首先,我们创建一个Express应用程序!我将使用express.js生成器. npm install -g express-generator express ./autocompleter c ...