Skip to content

Commit 79fd12d

Browse files
committed
update README with installation instructions
1 parent a65932f commit 79fd12d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ Licensed under Apache v2. See LICENSE for full details
66

77
Sprints and burndowns in Phabricator
88

9-
To install, [add this as a library](https://secure.phabricator.com/book/phabricator/article/libraries/) to phabricator.
9+
To install, [add this as a library](https://secure.phabricator.com/book/phabricator/article/libraries/) to phabricator. Specifically:
10+
11+
1. Clone phabricator-sprint repository
12+
2. Configure phabricator configuration in phabricator/conf/local/local.json to include "load-libraries" key that points to phabricator-sprint repository, for example:
13+
14+
```
15+
{
16+
...
17+
...
18+
"load-libraries": {
19+
"phabricator-sprint": "\/var\/srv\/phabricator\/phabricator-sprint"
20+
}
21+
}
22+
```
23+
24+
3. Run `arc liberate src` from within the phabricator-sprint repository
1025

1126
You can then create projects with a name that includes "Sprint" and edit it to add a start date and end date. Then add some tasks to that project, and edit them to set some story points. After that, go to the project and click "View burndown" in the actions. You can also view a list of projects with burndowns by going to the Burndown application.
1227

0 commit comments

Comments
 (0)