hi,
this is my installation
mkdir /var/www/codestriker/
here i untared source
cd /var/www/codestriker/codestriker-1.9.2/
vi codestriker.conf (changes for)
$db = 'DBI:mysql:dbname=codestrikerdb';
$dbuser = 'codestriker';
$dbpasswd = 'cspasswd';
$mailhost = 'localhost';
$use_compression = 0;
$gzip = '/bin/gzip';
$svn = '/usr/bin/svn';
$ssh = '/usr/bin/ssh';
$tmpdir = '/tmp/codestriker';
$codestriker_css = '';
@valid_repositories =
(
'svn:http://192.168.2.21/svn/svn_repos/',
'svn:http://192.168.2.21/svn/svn_repos/;phani;some123',
);
@exclude_file_types = ('rtf', 'doc', 'gif', 'bmp', 'jpeg', 'jpg', 'mdb',
'ppt', 'vsd', 'xls', 'zip', 'tgz', 'tar', 'gz',
'opt', 'aps', 'ncb', 'a', 'so', 'dll', 'lib',
'exe', 'png', 'pdf', 'bin', 'out', 'ld', 'fm',
'indd', 'wav', 'o', 'obj', 'mpp', 'vsw', 'jfif',
'tif', 'tiff', 'xbm', 'fnt', 'ttf', 'pfm', 'pfb',
'eps', 'wpj', 'sxi');
$maximum_topic_size_lines = '';
$suggested_topic_size_lines = '';
$NORMAL_MODE = 0;
$COLOURED_MODE = 1;
$COLOURED_MONO_MODE = 2;
$default_topic_create_mode = $COLOURED_MODE;
$LINE_BREAK_NORMAL_MODE = 1;
$LINE_BREAK_ASSIST_MODE = 2;
$default_topic_br_mode = $LINE_BREAK_NORMAL_MODE;
$default_file_to_view = -1;
@topic_states = ('Open', 'Closed', 'Committed', 'Obsoleted', 'Deleted');
@readonly_states = ('Closed', 'Committed', 'Obsoleted', 'Deleted');
$allow_searchlist = 1;
@project_states = ('Open');
$antispam_email = 0;
$email_send_options =
{
comments_sent_to_topic_author => 1,
comments_sent_to_commenter => 0,
topic_state_change_sent_to_reviewers => 0
};
$default_tabwidth = 8;
$bug_db = 'bugs';
$bug_db_host = 'localhost';
$bug_db_name = 'bugs';
$bug_db_password = 'some123';
$bug_db_dbname = 'bugs';
$bug_db_user_id = '2';
$bugtracker = '';
$lxr_map =
{
'svn:http://192.1682.2.21/svn/svn_repos/' =>
{ db => 'DBI:Pg:dbname=lxr2',
user => 'lxr',
password => '',
url => 'http://localhost.localdomain/lxr2/ident?i=
'
}
};
$comment_state_metrics =
[
{ name => 'Status',
values => ['Submitted', 'Invalid', 'Completed'],
default_value => 'Submitted',
show_on_mainpage => ['Submitted' ]
}
];
$metric_config = "none";
*rest of all is commented*
now i run *./install.pl *in bin dir
it didn't return any error
now when iam accessing using
http://192.168.2.21/var/www/codestriker/codestriker-1.9.2/cgi-bin/codestriker.pl
it opening page but what ever field clicked it return
Not Found
The requested URL /var/www/codestriker/codestriker-1.9.2/cgi-bin/
http://192.168.2.21/var/www/codestriker/codestriker-1.9.2/cgi-bin/codestriker.pl?action=list_topics&stitle=0&sdescription=0&scomments=0&sbody=0&sfilename=0&sstate=0&topic_sort_change=authorwas
not found on this server.
------------------------------
Apache/2.2.3 (Red Hat) Server at 192.168.2.21 Port 80
and url changed to
http://192.168.2.21/var/www/codestriker/codestriker-1.9.2/cgi-bin/http%3A%2F%2F192.168.2.21%2Fvar%2Fwww%2Fcodestriker%2Fcodestriker-1.9.2%2Fcgi-bin%2Fcodestriker.pl%3Faction%3Dlist_topics%26stitle%3D0%26sdescription%3D0%26scomments%3D0%26sbody%3D0%26sfilename%3D0%26sstate%3D0&topic_sort_change=author
and my codestriker.conf in /etc/httpd/conf.d is
<Directory "/var/www/codestriker/codestriker-1.9.2/cgi-bin/">
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
</Directory>
<Directory "/var/www/codestriker/codestriker-1.9.2/html/">
AllowOverride None
Allow from all
</Directory>
please help me out what is issue i am very know to this and i don't know
perl and python.
so i am not able to locate where is mistake
help me
advance thanks
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user