glb
Galera Load Balancer - a simple TCP connection proxy and load-balancing library
File Explorer
Download Latest Version (.zip)- format
- changelog
- compat
- control
- copyright
- glbd.default
- glbd.docs
- glbd.examples
- glbd.init
- postinst
- postrm
- preinst
- prerm
- rules
- Doxyfile
- Makefile.am
- curl.sh
- glbd.cfg
- glbd.sh
- mysql.sh
- README
- build.sh
- Dockerfile
- entrypoint.sh
- build.sh
- Dockerfile
- entrypoint.sh
- build_all.sh
- glb_cmd.c
- glb_cmd.h
- glb_cnf.c
- glb_cnf.h
- glb_control.c
- glb_control.h
- glb_daemon.c
- glb_daemon.h
- glb_dst.c
- glb_dst.h
- glb_env.c
- glb_env.h
- glb_lib.c
- glb_limits.c
- glb_limits.h
- glb_listener.c
- glb_listener.h
- glb_log.c
- glb_log.h
- glb_macros.h
- glb_main.c
- glb_misc.c
- glb_misc.h
- glb_opt.h
- glb_pool.c
- glb_pool.h
- glb_pool_stats.h
- glb_proc.c
- glb_proc.h
- glb_router.c
- glb_router.h
- glb_signal.c
- glb_signal.h
- glb_socket.c
- glb_socket.h
- glb_time.h
- glb_types.h
- glb_wdog.c
- glb_wdog.h
- glb_wdog_backend.c
- glb_wdog_backend.h
- glb_wdog_exec.c
- glb_wdog_exec.h
- Makefile.am
- .bzrignore
- .gitignore
- AUTHORS
- bootstrap.sh
- BUGS
- ChangeLog
- configure.ac
- CONTRIBUTING.md
- CONTRIBUTOR_AGREEMENT.txt
- CONTRIBUTORS.txt
- COPYING
- glbd.spec
- Makefile.am
- NEWS
- README
- README.md
- README.packaging
# Installation Guide
1. Get the code
git clone https://github.com/mariadb-corporation/glb
Downloads the entire project code from GitHub to your computer.
cd glb
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker build -f packaging/deb/Dockerfile -t glb .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 glb
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
