From 2f115ac3fd6b9718d4a674604542dc1892e280ac Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl7joFCwViKWrJ07myD7CNpfn_iMqHeVF4" Date: Wed, 8 May 2013 02:13:20 +0000 Subject: [PATCH] --- doc/forum/first-time_setup_git-annex.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/first-time_setup_git-annex.mdwn diff --git a/doc/forum/first-time_setup_git-annex.mdwn b/doc/forum/first-time_setup_git-annex.mdwn new file mode 100644 index 0000000000..735d746212 --- /dev/null +++ b/doc/forum/first-time_setup_git-annex.mdwn @@ -0,0 +1,7 @@ +I have a git installation on my web server (web faction hosting). It allows me to run repositories from my hosting account. + +What I want is to use git-annex as a dropbox replacement. Specifically, the central repository being my web server and then using local installations on my 2 mac laptops (primarily), access through browser on windows, and access on android as well (browser or some other method). + +I'm looking at the install instructions, walkthrough, etc. What I'm initially not clear on is whether I need to install git-annex on my (linux centOS) webserver and any machine through which I'm accessing the repo? Seems like that would be the case of course, but I wanted to validate. + +Am I going to run into issues that folks might already be able to warn me about? Anything I need to know?