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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,13 @@ Once installed, follow these steps:
40
40
* STASH_PROJECT - Project key of Stash project
41
41
42
42
##Development
43
-
Run `bundle exec rake --trace` this will download the atlassian tools needed to build the plugin.
43
+
Setup Atlassian BitBucket following the [SDK instructions](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/install-the-atlassian-sdk-on-a-linux-or-mac-system).
44
+
45
+
*`bundle install`
46
+
*`bundle exec rake --trace` this will download the atlassian tools needed to build the plugin.
44
47
45
48
### Testing
46
49
Run `bundle exec rake compile run --trace` to set up and run an instance of bitbucket locally to test the plugin.
0 commit comments