Revision: 264
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=264
Author:   agn
Date:     2016-10-20 02:35:17 +0000 (Thu, 20 Oct 2016)
Log Message:
-----------
SavannahHosts: add items for vcs0

Modified Paths:
--------------
    trunk/sviki/SavannahHosts.mdwn

Modified: trunk/sviki/SavannahHosts.mdwn
===================================================================
--- trunk/sviki/SavannahHosts.mdwn      2016-10-20 02:35:07 UTC (rev 263)
+++ trunk/sviki/SavannahHosts.mdwn      2016-10-20 02:35:17 UTC (rev 264)
@@ -473,10 +473,12 @@
     chmod go-rw /root/.my.cnf
 
 Create the database.  Create the remote web frontend user and allow it
-to connect.  And to the local root at localhost user too.
+to connect. Same user will connect from vcs to create new repositories.
+Add the local root at localhost user too.
 
     CREATE DATABASE savane CHARACTER SET utf8;
     GRANT ALL ON savane.* TO savannahscri...@frontend0.savannah.gnu.org 
IDENTIFIED BY '******';
+    GRANT ALL ON savane.* TO savannahscri...@vcs0.savannah.gnu.org IDENTIFIED 
BY '******';
     GRANT ALL ON savane.* TO root@localhost;
     FLUSH PRIVILEGES;
 
@@ -613,6 +615,16 @@
     echo 'allow ^208\.118\.235\.77$' >> /etc/munin/munin-node.conf
     service munin-node restart
 
+Install required packages:
+
+    apt-get install imagemagick gettext # used by savane php installation 
script
+    apt-get install vim
+
+Install required perl modules:
+
+    cpan -i Mail::Send   # used by perl backend script 'sv_groups'
+
+
 FIXME: Consider the noacl,nocto,rsize=32768,wsize=32768 options.
 
 FIXME: apt-get install apache2 plus a2enmod cgi for cgit


Reply via email to