imgserve

command module
v0.0.0-...-81af443 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2018 License: MIT Imports: 10 Imported by: 0

README

imgserve

Trivial HTTP file server to transfer Virtual Machine disk images across hosts on a LAN. Zero-install, zero-config.

installation instructions (Fedora 28+/Centos 7.5+)

  1. download the sources:
go get -v github.com/fromanirh/imgserve
  1. build the server
cd $GOPATH/src/github.com/fromanirh/imgserve
go build -v .
  1. copy the binary on your path. /usr/local/bin is the recommended destination. The server has no dependencies, so it will not pollute your system
# cp imgserve /usr/local/bin/
  1. copy the configuration helper:
# cp imgserve.env /etc/sysconfig
  1. install the systemd service file:
# cp imgserve.service /etc/systemd/system
#  systemctl enable imgserve
#  systemctl start imgserve

Done!

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