Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed Dec 23, 2011
1 parent 5c2fe5b commit c40c3a5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
= Usage

tobi@tobbook8 ~ $ tinny --help
Usage of tinny:
-compiler="make": compiler to execute. make by default.
-executable="server": executable to launch. Must support -pXXXX for port assignment
-port=3333: port

= Purpose

Tinny is a tiny web server thats used during development. When tinny recieves a request it will launch a compiler task ( such as make ), start an executable in the current directory and then forward the HTTP request to that server.

= Requirements

You must be working on a http sever. The http server needs to understand the -pXXXX command line switch that specifies the server it's running on.

= Example:

tobi@tobbook8 ~ $ cd ~/Code/go/imagery/src
tobi@tobbook8 ~/Code/go/imagery/src $ tinny -compiler=gb
Listening on port 3333
-> forwarding to executable server -p4357


0 comments on commit c40c3a5

Please sign in to comment.