Files
dolt/clients/server
Aaron Boodman 39084cc0be Disambiguate the term "root".
datas.Root(Set) -> datas.Commit(Set)
DataStore::Roots() -> DataStore::Heads()
2015-07-22 14:43:36 -07:00
..
2015-06-24 16:22:33 -07:00
2015-07-07 14:53:25 -07:00
2015-07-22 14:43:36 -07:00
2015-07-22 14:43:36 -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"