URL:
  <http://gna.org/support/?func=detailitem&item_id=529>

                 Summary: Backend Help: Subversion Configuration
                 Project: Savane
            Submitted by: jwhigginbotham
            Submitted on: Sun 05/08/2005 at 00:37
                Category: Installation/Configuration
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: 

    _______________________________________________________

Details:

Hi,

I have successfully installed Savane onto a Gentoo server with the following
configuration:

Apache 2.0.52
Subversion 1.1.3
PHP 4.3.11
Exim 4.43
Perl 5.8.5
Savane 1.0.6

I have the frontend working fine, and a basic administrator account/project
setup. I am now trying to learn more about how to get the backend portion
setup so that I can automate the creation of internal projects and their setup
of files, subversion, cvs, etc. 

Is there any more detailed information already written up or are there steps
you can provide to help get the backend working (beyond the VERBOSE install
and/or the config file remarks - they are somewhat vague)? 

I was poking around in the new/edit group section and saw how I can edit the
default group type and the various settings for the tools, as well as what
tools are available and any paths. What I don't understand (or see in the
INSTALL.verbose) is if I have to set those up, what their default values
should be, and how these settings correlate to a project, the backend scripts,
and what steps I have to perform to automatically or manually configure a
project.

Thanks in advance for your help!
James

FYI, I have the following savannah.php config (where the domain setup is
internal):

      $sys_default_domain="carter.sgc";
      $sys_dbhost="localhost";
      $sys_dbname="savane";
      $sys_dbuser="root";
      $sys_dbpasswd="xxxxx";
      $sys_dbparams="";
      $sys_topdir="/var/savane";
      $sys_url_topdir="/";
      $sys_incdir="$sys_topdir/etc/site-specific-content";
      $sys_miscdir="/var/savane/dumps";
      $sys_name='SGC Savane Server';
      $sys_unix_group_name="savane";
      $sys_default_locale="";
      $sys_themedefault="savannah";
      $sys_mail_domain="carter.sgc";
      $sys_mail_admin="james";
      $sys_mail_replyto="nobody";
      $sys_mail_list="root";
      $sys_use_pamauth="";
      $sys_homedir="/var/savane/home";
      $sys_homedir_subdirs="";
      $sys_shell="/bin/bash";
      $sys_cron_users="";
      $sys_cron_groups="";
      $sys_viewcvs_conffile="";
      $sys_debug_on="1";
      $sys_urlroot="$sys_topdir/frontend/php";
      $sys_replyto="$sys_mail_replyto";
      $sys_admin_list="$sys_mail_admin";
      $sys_lists_domain="$sys_default_domain";
      $sys_email_adress="[EMAIL PROTECTED]";
      $sys_email_address="$sys_email_adress";







    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=529>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to