• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Bitbucket on Rocky Linux 8.6

  • 00:28 cat /etc/os-release
  • 00:45 yum -y install wget java-1.8.0-openjdk-devel
  • 01:10 yum install git
  • 01:35 wget https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508
  • 02:05 mv 'atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508' atlassian-bitbucket-6.10.0-x64.bin
  • 02:22 chmod +X atlassian-bitbucket-6.10.0-x64.bin
  • 02:39 firewall-cmd --add-port=7990/tcp --permanent
  • 02:59 firewall-cmd --reload
  • 03:12 cat << 'EOF' >> response.varfile
  • 03:19 ./atlassian-bitbucket-6.10.0-x64.bin -q -varfile response.varfile
7160

To Install Bitbucket On Rocky Linux 8.6

Introduction

Bitbucket Cloud is a Git-based code hosting and collaborate tool, designed for teams. Bitbucket's best-in-class Jira and Trello integrations are developed to bring the whole software team together to execute a project.

Installation procedure:

Step1: First Check the installed versions of OS by using the below command

[root@linuxhelp Downloads]# cat /etc/os-release 
NAME="Rocky Linux"
VERSION="8.6 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.6"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.6 (Green Obsidian)"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:rocky:rocky:8:GA"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky Linux"
ROCKY_SUPPORT_PRODUCT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8"

Step 2: Download the java package by using the below command

[root@linuxhelp Downloads]# yum -y install wget java-1.8.0-openjdk-devel
Last metadata expiration check: 20:25:25 ago on Fri 08 Jul 2022 06:52:44 AM EDT.
Dependencies resolved.
=========================================================================================================

 Package                         Arch       Version                                  Repository     Size
=========================================================================================================
Installing:
 java-1.8.0-openjdk-devel        x86_64     1:1.8.0.332.b09-2.el8_6                  appstream     9.8 M
 wget                            x86_64     1.19.5-10.el8                            appstream     733 k
Installing dependencies:
 copy-jdk-configs                noarch     4.0-2.el8                                appstream      29 k
 java-1.8.0-openjdk              x86_64     1:1.8.0.332.b09-2.el8_6                  appstream     346 k
 java-1.8.0-openjdk-headless     x86_64     1:1.8.0.332.b09-2.el8_6                  appstream      34 M
 javapackages-filesystem         noarch     5.3.0-2.module+el8.3.0+125+5da1ae29      appstream      29 k
 libmetalink                     x86_64     0.1.3-7.el8                              baseos         31 k
 lksctp-tools                    x86_64     1.0.18-3.el8                             baseos         98 k
 ttmkfdir                        x86_64     3.0.9-54.el8                             appstream      61 k
 tzdata-java                     noarch     2022a-1.el8                              appstream     190 k
 xorg-x11-fonts-Type1            noarch     7.5-19.el8                               appstream     521 k
Transaction Summary
=========================================================================================================
Install  11 Packages
Installed:
  copy-jdk-configs-4.0-2.el8.noarch       
                                                               
  java-1.8.0-openjdk-1:1.8.0.332.b09-2.el8_6.x86_64                                                      
  java-1.8.0-openjdk-devel-1:1.8.0.332.b09-2.el8_6.x86_64                                                
  java-1.8.0-openjdk-headless-1:1.8.0.332.b09-2.el8_6.x86_64                                             
  javapackages-filesystem-5.3.0-2.module+el8.3.0+125+5da1ae29.noarch                                     
  libmetalink-0.1.3-7.el8.x86_64                                                                         
  lksctp-tools-1.0.18-3.el8.x86_64                                                                       
  ttmkfdir-3.0.9-54.el8.x86_64                                                                           
  tzdata-java-2022a-1.el8.noarch                                                                         
  wget-1.19.5-10.el8.x86_64                                                                              
  xorg-x11-fonts-Type1-7.5-19.el8.noarch

Step 3: Install the Git by using the below command

[root@linuxhelp Downloads]# yum install git
Last metadata expiration check: 20:25:54 ago on Fri 08 Jul 2022 06:52:44 AM EDT.
Dependencies resolved.
=========================================================================================================
 Package                      Architecture       Version                     Repository             Size
=========================================================================================================
Installing:
 git                          x86_64             2.31.1-2.el8                appstream             160 k
Installing dependencies:
 git-core                     x86_64             2.31.1-2.el8                appstream             4.7 M
 git-core-doc                 noarch             2.31.1-2.el8                appstream             2.6 M

 perl-Error                   noarch             1:0.17025-2.el8             appstream              45 k
 perl-Git                     noarch             2.31.1-2.el8                appstream              77 k
 perl-TermReadKey             x86_64             2.37-7.el8                  appstream              39 k

Transaction Summary
=========================================================================================================
Install  6 Packages

Total download size: 7.7 M
Installed size: 38 M
Is this ok [y/N]: y
Downloading Packages:
(1/6): git-2.31.1-2.el8.x86_64.rpm                                       269 kB/s | 160 kB     00:00    
(2/6): perl-Error-0.17025-2.el8.noarch.rpm                               364 kB/s |  45 kB     00:00    
(3/6): perl-Git-2.31.1-2.el8.noarch.rpm                                  513 kB/s |  77 kB     00:00    
(4/6): perl-TermReadKey-2.37-7.el8.x86_64.rpm                            294 kB/s |  39 kB     00:00    
(5/6): git-core-doc-2.31.1-2.el8.noarch.rpm                              2.1 MB/s | 2.6 MB     00:01    
(6/6): git-core-2.31.1-2.el8.x86_64.rpm                                  3.7 MB/s | 4.7 MB     00:01    
---------------------------------------------------------------------------------------------------------


Total                                                                    3.8 MB/s | 7.7 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                 1/1 
  Installing       : git-core-2.31.1-2.el8.x86_64                                                    1/6 
  Installing       : git-core-doc-2.31.1-2.el8.noarch                                                2/6

Step 4: Download Bitbucket Package by using the below command

[root@linuxhelp Downloads]# wget https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508
--2022-07-09 03:19:01--  https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508
Resolving www.atlassian.com (www.atlassian.com)... 104.192.137.12, 104.192.137.14, 104.192.137.13
Connecting to www.atlassian.com (www.atlassian.com)|104.192.137.12|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508 [following]

--2022-07-09 03:19:02--  https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508
Resolving product-downloads.atlassian.com (product-downloads.atlassian.com)... 18.67.156.165, 2600:9000:2241:da00:1f:ab86:b4a:17e1, 2600:9000:2241:5400:1f:ab86:b4a:17e1, ...
Connecting to product-downloads.atlassian.com (product-downloads.atlassian.com)|18.67.156.165|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 313308664 (299M) [application/octet-stream]
Saving to: ‘atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508’

atlassian-bitbucket-6.10.0 100%[=====================================>] 298.79M  17.4MB/s    in 16s

Step 5: Rename the downloaded file by using the below command

[root@linuxhelp Downloads]# mv 'atlassian-bitbucket-6.10.0-x64.bin?_ga=2.132685326.1651200632.1580009508-119668002.1580009508' atlassian-bitbucket-6.10.0-x64.bin

Step 6: Give the execute permission to the file by using the below command

[root@linuxhelp Downloads]# chmod +X atlassian-bitbucket-6.10.0-x64.bin

Step 7: Add firewall by using the below command

[root@linuxhelp Downloads]# firewall-cmd --add-port=7990/tcp --permanent 
Warning: ALREADY_ENABLED: 7990:tcp
Success

Step 8 : Reload firewall by using the below command

[root@linuxhelp Downloads]# firewall-cmd --reload 
Success

Step 9: Configure Bitbucket by using the below command

[root@linuxhelp Downloads]# cat << 'EOF' >> response.varfile
> app.bitbucketHome=/opt/atlassian/application-data/bitbucket
> app.defaultInstallDir=/opt/atlassian/bitbucket/6.10.0
> app.install.service$Boolean=true
> executeLauncherAction$Boolean=true
> httpPort=7990
> installation.type=INSTALL
> launch.application$Boolean=true
> sys.adminRights$Boolean=true
> sys.languageId=en
> EOF

Step 10: Run bitbucket by using the below command

[root@linuxhelp Downloads]# ./atlassian-bitbucket-6.10.0-x64.bin -q -varfile response.varfile
Starting Installer ...
The installation directory has been set to /opt/atlassian/bitbucket/6.10.0.
Extracting files ...
Launching Bitbucket ...
Finishing installation ...

Step 11: Go to the browser to access bit bucket web interface as shown in the below image Snap 1

Step 12: Install Bitbucket starting plugins and dependencies as shown in the below image Snap 2

Step 13: This is the welcome page of bitbucket Snap 3

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to Install Bitbucket on Rocky Linux 8.6. Your feedback is much welcome.

Tags:
muhammad
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What version of Git do you support?

A

Bitbucket Cloud generally keeps up to date with recent versions of Git

Q

Is Bitbucket a DevOps tool?

A

Bitbucket is part of Atlassian’s DevOps offering. Atlassian connects development, IT operations, and business teams with automation that spans our products and third-party tools.

Q

What is the difference between Git and Bitbucket?

A

The main difference between Git and Bitbucket is that Git is a distributed version control system while Bitbucket is a web-based version control repository hosting service for development projects that use Git or Mercurial.

Q

Is Bitbucket a repository?

A

Bitbucket is a Git-based source code repository hosting service owned by Atlassian. Bitbucket offers both commercial plans and free accounts with an unlimited number of private repositories.

Q

Why Bitbucket is used?

A

Bitbucket is our Git repository management solution designed for professional teams. It gives you a central place to manage git repositories, collaborate on your source code and guide you through the development flow. It provides awesome features that include Workflow control to enforce a project or team workflow.

Related Tutorials in How to install Bitbucket on Rocky Linux 8.6

Related Tutorials in How to install Bitbucket on Rocky Linux 8.6

How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
Oct 17, 2022
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
How to Install and Configure Mega in Linux
How to Install and Configure Mega in Linux
Jul 19, 2016
How to use Aureport command on Linux
How to use Aureport command on Linux
Nov 28, 2017
How to install Development tools on Linux
How to install Development tools on Linux
Jun 12, 2018
How to Install mod_ssl and SSL certificate on Oracle Linux
How to Install mod_ssl and SSL certificate on Oracle Linux
Dec 30, 2021
How to install Nextcloud on Ubuntu 22.04 version
How to install Nextcloud on Ubuntu 22.04 version
Jun 23, 2023
How to install ClipGrab in Linux
How to install ClipGrab in Linux
Jul 16, 2016

Related Forums in How to install Bitbucket on Rocky Linux 8.6

Related Forums in How to install Bitbucket on Rocky Linux 8.6

Linux
jayce class=
shasum command not found
May 5, 2017
Linux
stephan class=
How to list all samba users
Jan 12, 2018
pv command
muhammad class=
pvcreate command not found error
May 9, 2017
Linux
henry class=
Starting NFS daemon: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
Apr 25, 2017
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Linux
baseer class=
single command to apply setfacl for multiple user at a time
Jan 23, 2018
Linux
beulah class=
What does mean by 0 0 value in fstab file
Jan 2, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018

Related News in How to install Bitbucket on Rocky Linux 8.6

Related News in How to install Bitbucket on Rocky Linux 8.6

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Capsule8 Launches Linux-Based Container Security Platform
Capsule8 Launches Linux-Based Container Security Platform
Feb 14, 2017
Symantec updates Management console product
Symantec updates Management console product
Nov 22, 2017
Latest Linux driver release feature seven AMD Vega
Latest Linux driver release feature seven AMD Vega
Mar 23, 2017
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Microsoft makes its Azure App service now available on Linux Systems
Microsoft makes its Azure App service now available on Linux Systems
Sep 7, 2017
Docker friendly Alpine Linux gets hardened Node.js
Docker friendly Alpine Linux gets hardened Node.js
Apr 19, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.