Running Bitbucket Server with a dedicated user
Bitbucket installation guide
このページの内容
関連コンテンツ
- Configuring Project links across Applications
- Link Bitbucket with Jira
- Configuring Jira integration in the Setup Wizard
- Troubleshooting JIRA Integration
- Link Bitbucket with Bamboo
- Connecting to a 3rd party application using Application Links
- "There is no application type 'bitbucket' installed." when trying to create an application link
- Managing apps
- Application Link (Source tab via OAuth) fails in JIRA after Bitbucket Server upgrade
- Application Bitbucket Server seems to be offline in JIRA after creating an application link to Bitbucket Server
For production installations, we recommend that you create a new dedicated user that will run Bitbucket Server on your system. This user:
- Should be local.
- Should not have admin privileges.
- Should be a non-privileged user with read, write, modify and execute access (called "Full control" permission on Windows) on the Bitbucket Server install directory and home directory.
Learn more about how to run Bitbucket as a Linux service
Here is an example of how to create a dedicated user to run Bitbucket Server on Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /opt/atlassian/bitbucket --shell /bin/bash atlbitbucket
最終更新日: 2023 年 1 月 31 日
関連コンテンツ
- Configuring Project links across Applications
- Link Bitbucket with Jira
- Configuring Jira integration in the Setup Wizard
- Troubleshooting JIRA Integration
- Link Bitbucket with Bamboo
- Connecting to a 3rd party application using Application Links
- "There is no application type 'bitbucket' installed." when trying to create an application link
- Managing apps
- Application Link (Source tab via OAuth) fails in JIRA after Bitbucket Server upgrade
- Application Bitbucket Server seems to be offline in JIRA after creating an application link to Bitbucket Server
Powered by Confluence and Scroll Viewport.