# Developer's guide

Get source codes directly from [github.com/h2020-westlife-eu/virtualfolder](https://github.com/h2020-westlife-eu/virtualfolder), or use option to install virtual machine from source codes described at [Virtual Machines](https://github.com/h2020-westlife-eu/westlife-docs/tree/31f6e2b90206a4d8962f5f78ea55add47fab55cd/virtual_machines.md).

## Source code structure

```
/vmcontext          # helper configuration and scripts for virtual machines creation         
/wp6-virtualfolder  # source code for virtual folder
LICENSE             # license
README.md           # brieaf installation instructions
RELEASE.md          # instruction to make release
Vagrantfile         # vagrant configuration to prepare VM
bootstrap.sh        # bootstrap script, will install VF in clean VM
```

The source code of VF components in `/wp6-virtualfolder` are

```
/bootstrap          # various bootstrap scripts for components
/conf-template      # default templates for linux configuration files
/scipion            # minor ammendments for scipion installation inside local VF VM
/scripts            # bash scripts used by components of VF
/singlevre/api      # static proxy of vre component in single user environment
/src/WP6Service2    # backend in C# (.NET and ServiceStack) of metadataservice
/www                # frontend in HTML and Javascript (ECMAScript 6 and Aurelia)
```

## Remove unwanted commits from git tree

Use it when accidental commit was done and to remove all sensitive files.

<https://help.github.com/articles/removing-sensitive-data-from-a-repository/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://h2020-westlife-eu.gitbook.io/virtual-folder-docs/virtual-folder/developers-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
