MAGISTER stands for:
MAGISTER (is an) Advanced Golang Import Server That Enforces right Routing for packages.
In other words, MAGISTER replies to go
binary (or your package manager) where it should go to obtain sources.
MAGISTER is able to:
- Be a HTTP server.
- Show easy to use web interface which able to:
- Login/logout administrators.
- Control which packages are served.
- Full configuration thru web interface.
- Packages mirrors round-robin.
- ...maybe more :)
TBW
TBW
There is separate application that does (for now only) users controlling called magisterctl
. This should be enough to get started:
go get -u -v github.com/welltrainedfolks/magister/cmd/magisterctl/...
Read help (magisterctl -h
) to understand how to use it.