|
|
@ -5,9 +5,7 @@ |
|
|
|
|
|
|
|
local-web-server |
|
|
|
================ |
|
|
|
Fires up a simple, static web server on a given port. A pure Javascript (and more reliable) alternative to `$ python -mSimpleHTTPServer 8000`. |
|
|
|
|
|
|
|
Use for local web development or file sharing (directory browsing enabled). Plays well with Google Chrome Workspaces. |
|
|
|
Fires up a simple, static web server on a given port. Use for local web development or file sharing (directory browsing enabled). |
|
|
|
|
|
|
|
Install |
|
|
|
------- |
|
|
@ -106,7 +104,7 @@ $ ws --config |
|
|
|
|
|
|
|
Use with Logstalgia |
|
|
|
------------------- |
|
|
|
The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/). |
|
|
|
local-web-server is compatible with [logstalgia](http://code.google.com/p/logstalgia/). |
|
|
|
|
|
|
|
###Install Logstalgia |
|
|
|
On MacOSX, install with [homebrew](http://brew.sh): |
|
|
|