Introduction

gerrit-rust is a console client for gerrit written in rust. This is a rust learner project. Have patience with me :-)
I'm happy about every PR, but I will ask questions about changes to learn from your knowledge.

Dependency

Design

Some design considarations here.

gerrit demo server local on your host via docker

This creates a dockercontainer which is connectable via http://localhost:8080. The server is setup for development and all accounts can do all things. It generate or use a DOCKER-FOR-GERRIT folder containing of settings, repositories and ssh-keys.

text docker run --rm -it \ -h localhost -p 8080:8080 -p 29418:29418 \ -v /development/projects/DOCKER-FOR-GERRIT:/var/gerrit/review_site \ --name gerrit \ openfrontier/gerrit:latest

useful links

License

Licensed under