Files
dolt/clients/server
Aaron Boodman 4182ad0a33 Fix startup crash in server binary.
Also change ChunkStore from being embedded in server to being a field of it. It is equivalent, but this feels more semantically correct and it's less code anyway.
2015-07-21 10:12:42 -07:00
..
2015-06-24 16:22:33 -07:00
2015-07-07 14:53:25 -07:00
2015-07-21 10:12:42 -07:00

Server

This is an http server for noms. Currently it is read-only.

Build

cd <noms>/clients/server
go build

Run

# See -h for more options
./server -file-store="/tmp/foo"