mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 19:40:52 -05:00
4182ad0a33
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.
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"