A modern, centralized data managing and sharing solution
- Some spare storage
- A Postgres database
- Cargo
- Diesel (with postgres feature)
echo DATABASE_URL=postgres://username:password@localhost/datavault > .env
diesel setup
diesel migration run
cargo build --release
After a successful build, the binary will be located at ./target/release/dv_server
Have a look at the example config: https://github.com/DataManager-Go/DataVault/blob/master/config.example.toml