web commit by ManojSrivastava
authorJoey Hess <joey@kitenet.net>
Wed, 5 Mar 2008 18:45:14 +0000 (13:45 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 5 Mar 2008 18:45:14 +0000 (13:45 -0500)
doc/rcs/git.mdwn

index 7330eebcc5282ddd242c6da313dfca161c94fc7b..c02189cdd749819500b19791ffc9c3294e311a3e 100644 (file)
@@ -60,7 +60,7 @@ The ikiwiki `post-commit` hook should be put in the bare repository.
 4. `git clone /path/to/repository`
 5. `echo /.ikiwiki > .gitignore`
 6. `git add .gitignore`
-7. Now, populate your wiki. You could us `cp` to copy over files, use you favourite editor to create files and `git add` them, or you could import a wiki repository from another VCS using `git-svnimport`, `git-archimport`, or `git-cvsimport`. Use `git add` to add these files to the index.
+7. Now, populate your wiki. You could us `cp` to copy over files, use you favourite editor to create files and `git add` them, or you could import a wiki repository from another VCS using `git-svnimport`, `git-archimport`, or `git-cvsimport`. Make sure the permissions are correct in order for [[cgi]] to commit here (consider actually cloning another reposotory for yourself, on this or on another machine). Use `git add` to add these files to the index.
 8. `git push`
 9. Profit.