Skip to content
/ gaia Public

Gaia is an helper tool to build custom reva binaries

License

Notifications You must be signed in to change notification settings

cs3org/gaia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

470d3af · Nov 8, 2023

History

49 Commits
Aug 29, 2023
Oct 25, 2023
Jul 20, 2023
Nov 8, 2023
Nov 8, 2023
Aug 10, 2023
Aug 10, 2023
Jul 20, 2023
Aug 10, 2023
Jul 20, 2023
Nov 8, 2023
Nov 8, 2023
Oct 25, 2023
Nov 8, 2023
Jul 20, 2023

Repository files navigation

gaia | custom reva binary builder

gopher with a wrench in his hand

gaia simplifies the process of creating custom reva binaries with specific plugins. This tool automates the compilation and packaging of reva with selected plugins, making it easier for users to create tailored deployments.

Features

  • Easy selection of plugins to include in the custom reva binary.
  • Automated compilation and packaging of the custom binary.
  • Streamlined deployment process for reva with selected plugins.

Installation

go install github.com/cs3org/gaia@latest

Usage

gaia build [<reva_version>]
    [--with <module[@version][=replacement]>...]
    [--output <file>]

By default, gaia use the latest available version of reva.