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. Post提交和Get提交的区别

    表单提交中get和post的区别 1. get: 把表单内各个字段均显示在URL中. post:把表单内各个字段和内容放在html的header内一起传递给action所指的url,用户看不到. 2. ...

  2. Mybatis学习--动态SQL

    学习笔记,选自Mybatis官方中文文档:http://www.mybatis.org/mybatis-3/zh/dynamic-sql.html MyBatis 的强大特性之一便是它的动态 SQL. ...

  3. ffmpeg处理rtmp/文件/rtsp的推流和拉流

    ffmpeg处理rtmp/文件/rtsp的推流和拉流   本demo演示了利用ffmpeg从服务器拉流或本地文件读取流,更改流url或文件类型名称发送回服务器或存到本地的作用. 由于本程序只写了3个小 ...

  4. Deferred Shading延迟渲染

    Deferred Shading 传统的渲染过程通常为:1)绘制Mesh:2)指定材质:3)处理光照效果:4)输出.传统的过程Mesh越多,光照处理越费时,多光源时就更慢了. 延迟渲染的步骤:1)Pa ...

  5. 洛谷 P4547 & bzoj 5006 随机二分图 —— 状压DP+期望

    题目:https://www.luogu.org/problemnew/show/P4547 https://www.lydsy.com/JudgeOnline/problem.php?id=5006 ...

  6. bzoj 1001 狼抓兔子 —— 平面图最小割(最短路)

    题目:https://www.lydsy.com/JudgeOnline/problem.php?id=1001 平面图最小割可以转化成最短路问题: 建图时看清楚题目的 input ... 代码如下: ...

  7. 找工作-——网络IO

    网络层 主要任务是把网络协议数据单元或分组从源计算机经过适当的路径发送到目的地计算机.从源计算机到目的计算机可能要经过若干个中间节点,这需要在通信子网中进行路由选择. 网络层与数据链路层有很大的差别, ...

  8. grep的用法(转)

    grep参数 -c  : 显示匹配的行数(就是显示有多少行匹配了): -n :显示匹配内容所在文档的行号: -i  :匹配时忽略大小写: -s :错误信息不输出: -v :输出不匹配内容: -o : ...

  9. Cypress USB3014 C++DLL 导入问题

    VS2017编译cpp工程出现问题 硬件型号:芯片版本 Cypress FX3 USB3014(和芯片无关)) 重现步骤: 1.解压 FX3_SDK_Windows_v1.3.3.exe 2.VS20 ...

  10. 【java并发编程艺术学习】(二)第一章 java并发编程的挑战

    章节介绍 主要介绍并发编程时间中可能遇到的问题,以及如何解决. 主要问题 1.上下文切换问题 时间片是cpu分配给每个线程的时间,时间片非常短. cpu通过时间片分配算法来循环执行任务,当前任务执行一 ...