-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Role iBridges | ||
[back to index](../index.md#Roles) | ||
|
||
## Summary | ||
Installs [iBridges](https://github.com/UtrechtUniversity/iBridges), the userfriendly client for iRODS (and Yoda). Installs the command line client, and also the GUI application on desktop workspaces. | ||
|
||
## Requires | ||
|
||
- Linux operating system | ||
|
||
## Description | ||
|
||
* installs the latest iBridges version from pip, in a common location for all users (see the `pip_install_systemwide` role). | ||
* adds this common location to `$PYTHONPATH` for all users | ||
* adds the iBridges command line utility to each user's `$PATH` | ||
* on Desktop workspaces, installs the GUI application as well (Desktop item is places in the applications menu and on the desktop). | ||
|
||
|
||
## See also | ||
- Role [ibridges](../roles/ibridges.md) | ||
- Role [pip_install_systemwide](../roles/pip_install_systemwide.md) | ||
- Playbook [irods_tools](../playbooks/irods_tools.md) | ||
|
||
|
||
## History | ||
2024 Written by Dawa Ometto (Utrecht University) | ||
|
||
[back to index](../index.md#Playbooks) |