Running Bitbucket Data Center with a dedicated user
Bitbucket installation guide
このページの内容
関連コンテンツ
- Proxy and secure Bitbucket
- Secure Bitbucket with Apache using SSL
- Integrate Bitbucket with Apache HTTP Server
- Secure Bitbucket behind HAProxy using SSL
- Secure Bitbucket with Tomcat using SSL
- Redirect HTTP Requests to HTTPS
- Setting up SSH port forwarding
- Change Bitbucket's context path
- How to run Bitbucket Server over HTTPS with a Personal Information Exchange (PFX) keystore
- If you use self-signed certificates
For production installations, we recommend that you create a new dedicated user that will run Bitbucket Data Center 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 Data Center 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 Data Center on Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /opt/atlassian/bitbucket --shell /bin/bash atlbitbucket
最終更新日: 2023 年 10 月 6 日
関連コンテンツ
- Proxy and secure Bitbucket
- Secure Bitbucket with Apache using SSL
- Integrate Bitbucket with Apache HTTP Server
- Secure Bitbucket behind HAProxy using SSL
- Secure Bitbucket with Tomcat using SSL
- Redirect HTTP Requests to HTTPS
- Setting up SSH port forwarding
- Change Bitbucket's context path
- How to run Bitbucket Server over HTTPS with a Personal Information Exchange (PFX) keystore
- If you use self-signed certificates
Powered by Confluence and Scroll Viewport.