You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,18 @@ In a shell or Windows terminal run
85
85
86
86
## How-to run and test with Bitbucket Server locally
87
87
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
90
89
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