mrbech / goserve

Simple commandline web server written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Goserve Goserve is a minimal commandline server for web page hosting. It is primarily used to host a single folder for a short period of time, with the intention of debugging and viewing files in a browser.

##Installation To install the program using go's installation system run

go get github.com/mrobitu/goserve
go install github.com/mrobitu/goserve

##Linux man page To install the man page

cd $GOPATH/src/github.com/mrobitu/goserve
make maninstall

To uninstall the man page

cd $GOPATH/src/github.com/mrobitu/goserve
make manuninstall

##Dependencies

##Resources and documentation See the git repository for code and documentation: https://github.com/mrobitu/Goserve/

About

Simple commandline web server written in go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%