Install the Sprint extension
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
To install the Sprint extension on Phabricator, follow these steps:
Log in to the server console and navigate to the Phabricator directory.
$ cd installdir/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 installdir/apps/phabricator/htdocs/bin $ sudo ./config set load-libraries '{"sprint":"installdir/apps/phabricator/sprint/src"}'
Create a symlink to the htdocs/ directory.
$ sudo ln -s installdir/apps/phabricator/sprint/rsrc/webroot-static installdir/apps/phabricator/htdocs/webroot/rsrc/sprint