Revision: 813 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=813 Author: ineiev Date: 2024-10-16 13:09:57 -0400 (Wed, 16 Oct 2024) Log Message: ----------- minor updates
Modified Paths: -------------- trunk/sviki/FrontEndSetup.mdwn Modified: trunk/sviki/FrontEndSetup.mdwn =================================================================== --- trunk/sviki/FrontEndSetup.mdwn 2024-10-16 17:03:28 UTC (rev 812) +++ trunk/sviki/FrontEndSetup.mdwn 2024-10-16 17:09:57 UTC (rev 813) @@ -21,7 +21,7 @@ ## General information Savannah web frontend (i.e. <https://savannah.gnu.org>)) is written in PHP. -It uses a MySQL database running on `internal0`. +It uses a MariaDB database running on `internal0`. The code repository is called 'savane', available at <http://git.savannah.gnu.org/cgit/administration/savane.git>. @@ -33,7 +33,7 @@ ## Apache/PHP configuration file location -`init.php` accepts a fall-back variable `SV_LOCAL_INC_PREFIX`, which +`init.php` accepts a fallback variable `SV_LOCAL_INC_PREFIX`, which is referenced in sites-available/vhosts-nongnu.inc: `SetEnv SV_LOCAL_INC_PREFIX /etc/savane/nongnu-conf`. @@ -45,7 +45,8 @@ Several sections of the displayed HTML on the Savannah website are taken from files in frontend/site-specific/. -Savannah license list is also stored in one of those files. +Savannah license list offered when registering new groups is also stored +in one of those files. ## Mail messages