diff options
Diffstat (limited to 'doc/design/assistant/configurators.mdwn')
-rw-r--r-- | doc/design/assistant/configurators.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/design/assistant/configurators.mdwn b/doc/design/assistant/configurators.mdwn new file mode 100644 index 000000000..e0e938efd --- /dev/null +++ b/doc/design/assistant/configurators.mdwn @@ -0,0 +1,18 @@ +Add to the [[webapp]] some configuration of git-annex. + +There are some basic settings that pass through to `git config`, things +like how much disk space to leave free, how many copies to ensure are kept +of files, etc. + +The meat of the configuration will be in configuration assistants that walk +through setting up common use cases. + +* Create a repository (run when the web app is started without a configured + repository too). +* Clone this repo to a USB drive. +* Clone this repo to another host. (Needs [[pairing]]) +* Set up Amazon S3. +* Set up rsync remote. +* Set up encryption. +* I lost my USB drive! +* etc -- many more possibilities |