From b7ad8bd7a9a3ffcc5bc6a88a502d3f0f61f04920 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 11 Aug 2008 13:45:35 +0200 Subject: Add TODOs about customizing setup files and final remarks about missing tasks. --- localikiwikicreatesite | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'localikiwikicreatesite') diff --git a/localikiwikicreatesite b/localikiwikicreatesite index 525564a..c75d0d9 100755 --- a/localikiwikicreatesite +++ b/localikiwikicreatesite @@ -14,6 +14,21 @@ # TODO: Implement --verbose and --quiet options (and fail if both are set) # TODO: Implement --force option # TODO: check for required helper commands (like make for originated sites) +# TODO: when using origin, do these replacements on all setup files: +# s/samplewiki/$project/ +# s/wiki\.example\.org/$host/ +# s/git\.example\.org/$srchost/ +# and when --wikiname, --adminemail and --user is implemented: +# s/MyWiki/$wikiname/ +# s/me\@example\.org/$adminemail/ +# s/\bme\b/$user/ +# TODO: Print a final note on missing tasks: +# * setup webserver +# * setup Git server +# * include Git hooks in main post-update hook of *_content Git +# * enable Git post-update hooks of all Gits +# * add git-daemon-export-ok file in all Gits +# * write proper description in all Gits # set -e -- cgit v1.2.3