diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI <Motiejus@web> | 2012-08-05 16:33:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-05 16:33:35 +0000 |
commit | 3733a4194b59ec233671d8deb279eda52497ed07 (patch) | |
tree | fa293cdf615622aa91a657ee5859b86b3ff4fce2 | |
parent | 0ca85a94283a0ec067fc498747f246ef63dce993 (diff) |
-rw-r--r-- | doc/forum/public-web-frontend.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/public-web-frontend.mdwn b/doc/forum/public-web-frontend.mdwn new file mode 100644 index 000000000..76345313a --- /dev/null +++ b/doc/forum/public-web-frontend.mdwn @@ -0,0 +1,16 @@ +Hi, + +Use case: I would like to have a "Public" top-level directory in my annex, which gets files in there published over HTTP on a particular server. + +How I see doing this: + +1. Put my annex to an http server with exported-over-http /Public/ directory. +2. Configure a post-update hook with the following: + + $ git annex fix + +3. Push files on /Public/ to that annex. + +Does it make sense? If yes, are there any gotchas I should beware of? + +Thanks. |