diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-12 18:51:55 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-12 18:51:55 -0800 |
commit | e07afb1b79ac7d29a95695d1b9bf7ed0c7da4330 (patch) | |
tree | a39099069187c062e5f29475e27fbc045fcb7637 /notes | |
parent | 9d3a36db5821f39f700516faa9b6eeb0e904581b (diff) | |
download | jrayhawk-e07afb1b79ac7d29a95695d1b9bf7ed0c7da4330.tar.gz jrayhawk-e07afb1b79ac7d29a95695d1b9bf7ed0c7da4330.zip |
Notes: Ikiwiki creation: remove --shared from Ikiwiki git clone invocation
Diffstat (limited to 'notes')
-rw-r--r-- | notes/ikiwiki_creation.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/ikiwiki_creation.mdwn b/notes/ikiwiki_creation.mdwn index edfd44f..7895a83 100644 --- a/notes/ikiwiki_creation.mdwn +++ b/notes/ikiwiki_creation.mdwn @@ -20,7 +20,7 @@ - `git config branch.master.merge refs/heads/master` 3. Make a clone for Ikiwiki: - `cd /srv/ikiwiki` (or some other place, just keep in mind you need to change `srcdir` in the setup file later) - - `git clone --shared /srv/git/$reponame` + - `git clone /srv/git/$reponame` - `curl http://piny.be/jrayhawk/notes/examplewiki.setup | sed 's/\<examplewiki\>/$reponame/g' > $reponame.setup # feel free to put the setup file anywhere` - Tweak other settings in `$reponame.setup` (like wikiname, adminemail, urls, and add_plugins) as desired. 4. Make a destination directory for rendered files: |