West-Life Virtual Research Environment Docs
  • Introduction
  • Data Management
  • Virtual Folder
    • User's guide
      • Settings
        • Import settings from another Virtual Folder
      • File Manager
      • File Picker
      • Related applications
        • Jupyter notebook
      • Metadata
    • Installation guide
      • Cloud installation
      • Local installation
      • Integration with SSO
    • Integration guide
      • Select File or Dir from Virtual Folder
      • Working with WEBDAV
      • Embedding Virtual Folder Component
      • Adding component into Virtual Folder
    • Developer's guide
      • Backend
      • Frontend - Web Application
      • Metadata and API
        • Dataset metadata and API
        • File metadata and API
      • Import Export Settings API
      • Related application and services
      • Untitled
  • Virtual Machines and Containers
    • Preparing vagrant VM template
    • Preparing docker container
  • Repository
    • Installation guide
      • Prerequisites
      • Automatic installation
      • Manual installation from source codes
    • User's guide
      • Scientist imports project proposal
      • Staff uploads data
      • Scientist works with dataset
      • Metadata
    • Developer's guide
      • Metadata generation
      • ARIA integration
Powered by GitBook
On this page
  1. Virtual Folder

Integration guide

PreviousIntegration with SSONextSelect File or Dir from Virtual Folder

Last updated 7 years ago

The public west-life portal is hosted at . You can integrate Virtual Folder functionality by these main strategies:

  • link/popup of west-life web page, see filepicker demo. The filepicker.html is hosted by your web site. The filepickercomponent.html is hosted by west-life. Continue with

  • integrate using WEBDAV protocol using the WEBDAV endpoint URL obtained by filepicker component. Continue with .

  • embedding west-life component - the web page is hosted by your web site. It links to some functionality hosted by west-life which is projected to the web page. Continue with

  • adding component - VF web component are maintained as open source, follow

https://portal.west-life.eu
Select File or Dir from VF
Working with WEBDAV
Embedding component
Adding component