Install the Sprint extension
To install the Sprint extension on Phabricator, follow these steps:
Log in to the server console and navigate to the Phabricator directory.
$ cd /opt/bitnami/apps/phabricator
Download the extension from https://github.com/wikimedia/phabricator-extensions-Sprint.
$ sudo git clone https://github.com/wikimedia/phabricator-extensions-Sprint.git ./sprint
Edit the permissions of the directory.
$ sudo chown bitnami:daemon -R ./sprint/
Run the the following commands.
$ cd /opt/bitnami/apps/phabricator/htdocs/bin $ sudo ./config set load-libraries '{"sprint":"/opt/bitnami/apps/phabricator/sprint/src"}'
Create a symlink to the htdocs/ directory.
$ sudo ln -s /opt/bitnami/apps/phabricator/sprint/rsrc/webroot-static /opt/bitnami/apps/phabricator/htdocs/webroot/rsrc/sprint