diff --git a/docs/index.md b/docs/index.md index 58ca9d79..4f560221 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,6 +52,7 @@ status should be indicated in the description field of the catalog plugin item. ### Supported +- [agisoft](playbooks/agisoft.md) install Agisoft Metashape - [aptly](playbooks/aptly.md) serve apt repositories on the workspace - [ibridges](playbooks/ibridges.md) userfriendly commandline client for iRODS - [icommands](playbooks/icommands.md) commandline tools for iRODS data grid @@ -86,6 +87,7 @@ The status of a role is either Experimental or Supported. Supported roles are su ### Supported +- [agisoft](roles/agisoft.md) install Agisoft Metashape - [aptly_add](roles/aptly_add.md) add packages to Aptly repositories on the workspace - [default_group](roles/default_group.md) set desired groups as default for regular users - [desktop-file](roles/desktop_file.md) diff --git a/docs/playbooks/agisoft.md b/docs/playbooks/agisoft.md new file mode 100644 index 00000000..7cc6f59a --- /dev/null +++ b/docs/playbooks/agisoft.md @@ -0,0 +1,25 @@ +# Playbook Agisoft +[back to index](../index.md#Playbooks) + +## Summary +Installs Agisoft Metashape, a tool for a photogrammetry pipeline. + +## Requirements + +- Debian/Ubuntu workspace with Desktop + +## Description + +Downloads and extracts the Metashape package, and installs the license file (see below). + +## Parameters + +- `license`: the contents of the Metashape license. + +## See also +[agisoft role](../roles/agisoft.md) + +## History +2022-24 Written by Jelle Treep and Dawa Ometto (Utrecht University) + +[back to index](../index.md#Playbooks) diff --git a/docs/roles/agisoft.md b/docs/roles/agisoft.md new file mode 100644 index 00000000..532bd5e4 --- /dev/null +++ b/docs/roles/agisoft.md @@ -0,0 +1,22 @@ +# Role Agisoft +[back to index](../index.md#Playbooks) + +## Summary +Installs Agisoft Metashape, a tool for a photogrammetry pipeline. + +## Requirements + +- Debian/Ubuntu workspace with Desktop + +## Description + +Downloads and extracts the Metashape package, and installs the license file (see below). + +## Variable + +- `license`: String. The contents of the Metashape license. Required. + +## History +2022-24 Written by Jelle Treep and Dawa Ometto (Utrecht University) + +[back to index](../index.md#Playbooks)