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: docs/bitbucket-development.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -65,26 +65,26 @@ The Access and Refresh Tokens will be stored against the username and the userna
65
65
66
66
## On-Premise Bitbucket
67
67
68
-
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, [bitbucket.org][].
68
+
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, [bitbucket.org][bitbucket].
69
69
70
70
As far as GCMC is concerned the main difference it doesn't support OAuth so only Basic Authentication is available.
71
71
72
72
It is possible to test with Bitbucket Server by running it locally using the following command from the Atlassian SDK:
73
73
74
74
❯ atlas-run-standalone --product bitbucket
75
75
76
-
See the developer documentation for [atlas-run-standalone][].
76
+
See the developer documentation for [atlas-run-standalone][atlas-run-standalone].
77
77
78
78
This will download and run a standalone instance of Bitbucket Server which can be accessed using the credentials `admin`/`admin` at
79
79
80
80
https://localhost:7990/bitbucket
81
81
82
-
Atlassian has [documentation][] on how to download and install their SDK.
82
+
Atlassian has [documentation][atlassian-sdk] on how to download and install their SDK.
0 commit comments