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. Java丨JDK与JRE

    小编是以为热爱Java的程序员,可是在我身边的一部分人他们不知道JDK和JRE是什么,有什么区别! 今天小编以个人的理解来说一说,不足之处还望大家指证. 首先我们来看看JDK和JRE他们两个的英文意思 ...

  2. android 网络编程--socket tcp/ip udp http之间的关系

    网络七层由下往上分别为物理层.数据链路层.网络层.传输层.会话层.表示层和应用层,一般编程人员接触最多的就是应用层和运输层,再往下的就是所谓的媒体层了,不是我们研究的对象. 下面是应用层.运输层,网络 ...

  3. ACM学习历程—HDU 3915 Game(Nim博弈 && xor高斯消元)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3915 题目大意是给了n个堆,然后去掉一些堆,使得先手变成必败局势. 首先这是个Nim博弈,必败局势是所 ...

  4. 标准模板库(STL)学习指南之map映射

    转载自CSDN博客:http://blog.csdn.net/bat603/article/details/1456141 Map是STL的一个关联容器,它提供一对一(其中第一个可以称为关键字,每个关 ...

  5. 闪回之 回收站、Flashback Drop (table、index、trigger等)

    一: Flashback Drop 操作流程 模式一:drop table 后未新建同名表 SQL> create table flashdrop as select * from user_o ...

  6. jraiser小结

    1 合并小结 jrcpl F:\site\js\app --settings package.settings 上面代码的意思,就是说,根据package.settings文件,来对app文件夹下的所 ...

  7. github 在线 创建文件夹

    参考: http://webapps.stackexchange.com/questions/36411/create-a-folder-in-github-via-the-web-interface

  8. virtual judge(专题一 简单搜索 C)

    Description Farmer John has been informed of the location of a fugitive cow and wants to catch her i ...

  9. windows7下安装gem包---bcrypt-ruby

    在Gemfile中添加 gem 'bcrypt-ruby', '~> 3.0.0' 然后执行bundle install,rails服务启动没有问题,但是运行程序时页面报错如下: cannot ...

  10. ES6学习之Reflect

    Reflect对象与Proxy对象一样,也是 ES6 为了操作对象而提供的新 API Reflect设计目的: 将Object对象的一些明显属于语言内部的方法(比如Object.definePrope ...