[Codestriker-commits] CVS update: codestriker CHANGELOG
Brought to you by:
sits
From: <si...@us...> - 2008-08-27 09:51:49
|
User: sits Date: 08/08/27 02:51:45 Modified: doc codestriker.sgml . CHANGELOG Log: * Updated install.pl to support a separate Apache virtual host per Codestriker project as suggested by dm...@us.... Manual has been updated with the appropriate instructions. Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- codestriker.sgml 11 Aug 2008 03:58:11 -0000 1.70 +++ codestriker.sgml 27 Aug 2008 09:51:44 -0000 1.71 @@ -1331,6 +1331,41 @@ not enable this mode. </para> </sect2> + + <sect2> + <title>Virtual Host per Project Configuration</title> + <para> + It is possible to create a separate virtual host / database per + Codestriker project using the following steps: + <itemizedlist> + <listitem> + <para>Copy the distribution files to a common location across configs. + For example, <filename>/usr/local/codestriker</filename>.</para> + </listitem> + <listitem> + <para>Create a unique directory for each virtual host configured in Apache. + For example, <filename>/usr/local/apache2/htdocs/CONFIG1/codestriker</filename>.</para> + </listitem> + <listitem> + <para>Create a <filename>codestriker.conf</filename> file in the virtual host directory.</para> + </listitem> + <listitem> + <para>Create a <filename>cgi-bin</filename> sub-directory in the virtual host directory.</para> + </listitem> + <listitem> + <para>Create symbolic links from common to config specific directory. For + example, <command>ln -s /usr/local/codestriker/* /usr/local/apache2/htdocs/CONFIG1/codestriker</command></para> + </listitem> + <listitem> + <para>Run install script in the virtual host directory. For example, <command>./bin/install.pl</command></para> + </listitem> + </itemizedlist> + </para> + <para> + Updates just require updating the single source install and running <command>./bin/install.pl</command> + for each virtual host directory. + </para> + </sect2> </sect1> <sect1 id="IIS-configuration"> Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.261 retrieving revision 1.262 diff -u -r1.261 -r1.262 --- CHANGELOG 19 Aug 2008 10:50:15 -0000 1.261 +++ CHANGELOG 27 Aug 2008 09:51:45 -0000 1.262 @@ -19,7 +19,11 @@ state can be set. By default, this is set to "Open", however in situations where a review has already been performed but needs to be recorded, or a topic is automatically created from a post-commit - script from an SCM, sometimes another initial state is desirable. + script from an SCM, sometimes another initial state is desirable. + +* Updated install.pl to support a separate Apache virtual host per + Codestriker project as suggested by dm...@us.... + Manual has been updated with the appropriate instructions. Version 1.9.6 |