Skip to content

Commit f83b7a5

Browse files
authored
Update README.md
Update steps to install a local bitbucket server using the altassian-sdk-plugin
1 parent 68eea24 commit f83b7a5

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,18 @@ In a shell or Windows terminal run
8585

8686
## How-to run and test with Bitbucket Server locally
8787

88-
* [Install the Atlassian SDK on Linux or Mac](https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/)
89-
* To run 8.0.0 server: `atlas-run-standalone --product bitbucket --version 8.0.0 --data-version 8.0.0`
88+
### Install in local PC
9089

91-
Support to run Server under Windows has been dismissed since version 7.14+
90+
1. [Install the Atlassian SDK on Linux or Mac](https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/)
91+
2. Install git
92+
3. To run latest server: `atlas-run-standalone --product bitbucket`
93+
94+
Support to run Server under Windows has been dismissed since version 7.14+
95+
96+
### Run inside docker
97+
98+
1. run `docker pull nolddor/atlassian-sdk:17-jdk`
99+
2. run `docker run -it -p 7990:7990 -p 7999:7999 nolddor/atlassian-sdk:17-jdk`
100+
3. Inside the container:
101+
- install git with `apk add git`
102+
- run `/opt/atlassian-plugin-sdk/bin/atlas-run-standalone --product bitbucket`

0 commit comments

Comments
 (0)