diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-27 14:26:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-27 14:27:43 -0400 |
commit | 496a228634fc7d0b54286eb7c2a98831ee22ef06 (patch) | |
tree | e6cb8a441ead52dcaaa67053fb0d6b3cfb24eb0e | |
parent | 4f0411cd3b76bc33cddbfecba825e86751cae3ac (diff) |
expanded page with screenshots, walkthrough, etc
-rw-r--r-- | doc/assistant.mdwn | 38 | ||||
-rw-r--r-- | doc/assistant/makerepo.png | bin | 0 -> 32061 bytes | |||
-rw-r--r-- | doc/assistant/menu.png | bin | 0 -> 23385 bytes | |||
-rw-r--r-- | doc/assistant/running.png | bin | 0 -> 24664 bytes |
4 files changed, 35 insertions, 3 deletions
diff --git a/doc/assistant.mdwn b/doc/assistant.mdwn index 6d9bab291..05f987a9c 100644 --- a/doc/assistant.mdwn +++ b/doc/assistant.mdwn @@ -1,6 +1,38 @@ -The git-annex assistant makes git-annex easy to use by providing a -automatic management and syncing of your files, and a friendly web frontend -for configuration. +The git-annex assistant creates a folder on each of your computers, which +it keeps synchronised, so its contents are the same whichever computer it's +used on. It's very easy to use, and has all the power of git and git-annex +underneath. + +## quick start + +To get started with the git-annex assistant, just run it from the menu: + +[[!img assistant/menu.png]] + +It'll prompt you to set up the folder: + +[[!img assistant/makerepo.png]] + +Then any changes you make to its folder will automatically be committed to +git, and synced to repositories on other computers. You can use the +interface to add repositories and control the git-annex assistant. + +[[!img assistant/running.png]] + +## command line start + +The git-annex assistant will automatically be started when you log in to +desktop environments like Gnome, XFCE, and KDE, and the menu item +shown above can be used to open the webapp. On other systems, you may need +to start it by hand. + +To start the webapp, run `git annex webapp` at the command line. + +To start the assistant without opening the webapp, +you can run the command "git annex assistant --autostart". This is a +good thing to configure your system to run automatically when you log in. + +## colophon The git-annex assistant is being [crowd funded on diff --git a/doc/assistant/makerepo.png b/doc/assistant/makerepo.png Binary files differnew file mode 100644 index 000000000..e8f1b2621 --- /dev/null +++ b/doc/assistant/makerepo.png diff --git a/doc/assistant/menu.png b/doc/assistant/menu.png Binary files differnew file mode 100644 index 000000000..aac88e932 --- /dev/null +++ b/doc/assistant/menu.png diff --git a/doc/assistant/running.png b/doc/assistant/running.png Binary files differnew file mode 100644 index 000000000..8c3b0eaf2 --- /dev/null +++ b/doc/assistant/running.png |