Testing

Guides for manually verifying dbui installations.

Test Brew Installtion

Install with Docker and Brew.

docker run -t -i --rm linuxbrew/linuxbrew bash

Enter the following commands in the container's bash:

brew tap kenanbek/dbui https://github.com/kenanbek/dbui
brew install dbui

This will install an isolated version of DBUI for manual testing.

Test Go Get Installation

docker run -t -i --rm golang:latest bash

And when container starts, use Go commands to get the dbui:

go get github.com/kenanbek/dbui

Last updated