lumberman-web-client

command module
v0.0.0-...-f0599ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2019 License: MIT Imports: 15 Imported by: 0

README

Lumberman

Lumberman Web Client

Lumberman web user interface

Options

flag default description
-port 80 Port to server web ui
-server_addr localhost:9090 Lumberman server port

Install and run with Go

go get github.com/webmocha/Lumberman-web-client

Serve on port 8080

Lumberman-web-client -port 8080

specify a Lumberman server address and port

Lumberman-web-client -port 8080 -server_addr otherhost:9090

Run with Docker 🐳

Have the Lumberman server running

docker run -d \
  --name lumberman \
  quay.io/webmochallc/lumberman

Run the web client

docker run -d \
  --link lumberman \
  -p 8080:80 \
  quay.io/webmochallc/lumberman-web-client -server_addr=lumberman:9090

Navigate to http://localhost:8080

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL