Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.41 KB

MinimumViableDataspace

Temporary repository to get started with the MinimumViableDataspace

Set up your own MinimumViableDataspace fork repository

Follow the instructions to set up your own MinimumViableDataspace fork repository.

Deploy your own DataSpace

To be able to deploy your own DataSpace, you first need to set up your own MinimumViableDataspace fork repository.

  • Go to your Github repository MinimumViableDataspace fork.
  • Select the tab called Actions.
  • Select the workflow called Deploy.
  • Provide your own resources name prefix. Please, use at most 3 characters, composed of lower case letters and numbers. This name prefix guarantees the resources name's uniqueness and avoids resource name conflicts. Note down the used prefix.
  • Click on Run workflow to trigger the deployment.

Destroy your deployed DataSpace

You might need to delete the DataSpace created previously.

  • Go to your Github repository MinimumViableDataspace fork
  • Select the tab called Actions
  • Select the workflow called Destroy
  • Click on Run workflow
  • Provide the resources prefix that you used when you deployed your DataSpace.
  • Click on Run workflow to trigger to destroy your MinimumViableDataspace DataSpace.

Local development setup

Please follow the instructions in this document to setup a local MVD environment for development purposes.