Tuleap REST API Bridge is a bridge between a Tuleap server and a Jetbrain IDE (IntelliJ, PHPStorm...). It allows to use a Tuleap tracker as a generic tasks provider for the IDE.
Tuleap REST API Bridge is only supported on PHP 5.3 and up.
- Copy sources to the destination dir
- Download vendors via Composer with :
composer install
- Edit configuration in /app/config.php file
- Edit Apache configuration with following :
Alias "/bridge" "<destination dir>"
<Directory <destination dir>>
# Enable the .htaccess rewrites
AllowOverride All
Order allow, deny
Allow from All
# *** PHP log Configuration ***
php_value error_log "/opt/tuleap-rest-api-bridge/log/php_errors.log"
</Directory>
- Access Jetbrains IDE configuration helper via https://host.address/bridge/config
- In IDE, choose "Tools" > "Tasks & Context" > "Configure Servers..."
- Add a new "generic" server and use values given by the Jetbrains IDE configuration helper
Use Jetbrains IDE configuration helper via https://host.address/bridge/config