Creating a Blank Wiki
Make a clone of the Wiki with:
git clone git://www.smartpixie.com/vikiDelete any unwanted webs, e.g. Business and Tech:
cd viki rm -rf Business TechCreate a directory for your new web:
mkdir MyWebModify the Makefile with the active web names:
sed -i s/SUBDIRS=Tech Business/SUBDIRS=MyWeb/ MakefileModify the Apache configuration file to contain only the active web names
sed -i 's/RewriteRule ^(Viki|Tech|Business)/RewriteRule ^(Viki|MyWeb)/' \ ./etc/apache/vikiCommit your changes to Git
Related Topics: ConfiguringRemoteRepository, AboutViki
-- Frank Dean - 20 Feb 2010