From 37eb3b1112a4b11982d4e49191e63dad584c1b73 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 11 Jun 2013 16:33:00 +0200 Subject: [PATCH] More docs Change-Id: I516b893ffcb410dfc8f14e38df22d8ac584e3572 --- website/content/docs/release/0.1 | 1 + website/content/docs/server-config | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/website/content/docs/release/0.1 b/website/content/docs/release/0.1 index a4d4f1595..ac45f1276 100644 --- a/website/content/docs/release/0.1 +++ b/website/content/docs/release/0.1 @@ -40,6 +40,7 @@ been using it ourselves for a year.

  • camtool sync: The camtool command supports syncing from servers (or local disk blob directories) to other servers (or other local disk blob directories), as well as a "third-leg" mode, where you can sync from A to B> by using the network to communicate differences, but instead copying missing blobs to destination C (e.g. a local portable harddisk to be manually transported to B)
  • +
  • The server and command-line tools are written in Go, so it runs everywhere, and easily (no library versioning stress). Just a single binary to copy to your Raspberry Pi running NetBSD or Linux or whatever.
  • Sharding, mirroring, unioning, ...
  • diff --git a/website/content/docs/server-config b/website/content/docs/server-config index 8ca363338..2848b94d4 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -1,6 +1,6 @@

    Configuring the server

    -

    The server's config file is JSON. It can either be in simple mode (for basic configurations), or in low-level mode (for any sort of crazy configuration).

    +

    The server's config file at $HOME/.camlistore/server-config.json is JSON. It can either be in simple mode (for basic configurations), or in low-level mode (for any sort of crazy configuration).

    This page documents the simple configuration mode.

    @@ -11,7 +11,21 @@ web browser and restart the server.

    Configuration Keys & Values

    \ No newline at end of file