https://github.com/cs3org/gaia
Gaia is an helper tool to build custom reva binaries
https://github.com/cs3org/gaia
Last synced: 5 months ago
JSON representation
Gaia is an helper tool to build custom reva binaries
- Host: GitHub
- URL: https://github.com/cs3org/gaia
- Owner: cs3org
- License: apache-2.0
- Created: 2023-07-20T11:13:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T16:29:08.000Z (10 months ago)
- Last Synced: 2025-08-22T18:59:02.597Z (10 months ago)
- Language: Go
- Size: 6.93 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gaia | custom reva binary builder

gaia simplifies the process of creating custom [reva](https://reva.link/) 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 []
[--with ...]
[--output ]
```
By default, gaia use the latest available version of reva.