Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleStatic

A simple and easy to use Static Web Server

Version 0.1.0

Installation

NOTE: this is not tested on windows!

go get simpleStatic
cd ~/go/src/github.com/wesleyParriott/simpleStatic
go build && go install
cd -

Usage

simpleStatic /home/wesley/.config/simpleStatic.conf

Config

The configuration format is just key:value seperated by newlines. Comments are denoted by #.

Example of cofiguration with the configuration defaults

# the port that the simpleStatic web server opens and runs on
port:8888
# the static server where the html files would be located
static_directory:./static
# the log file path is where the simpleStatic webserver is going to log to
# NOTE: if the log file path is empty it will default to stdin
log_file_path:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages