You are here:
CBM Wiki
>
Homepages Web
>
HomepageFlorianUhlig
>
CDashFlorianUhlig
(28 Sep 2010,
FlorianUhlig
)
(raw view)
E
dit
A
ttach
---++ Installation Follow the instruction on this [[http://public.kitware.com/Wiki/CDash:Installation][webpage]] with some minor changes After downloading the project you should edit some additional files. If you want to have a different administrator password you have to change to following files. sql/cdashdata.sql install.xsl In both files you have to exchange admin@cdash.org with your email address and administrator by the new password. This does not work. To increase safety a little bit rename the email address in both files. You can update your profile that means the name and the password later on. You should also change the owner of the files in /var/www/html/CDash to apache:apache chown -R apache:apache CDash If you did something wrong with mysql database eneter the database and delete the cdash database mysql -u root -p<password> in mysql mysql> show databases; will show you all existing database with mysql> drop database if exists cdash; you delete the already existing database for CDash ---++ Changes needed to setup CDash 1.6.4 with trac To use our repository setup together with trac 0.10.3 one has to change cdash/common.php. This has to be done more flexible because now cbmroot is hardcoded. So we have to get the project from somewhere. Maybe this is not needed with the newest version of trac. <verbatim> function get_trac_diff_url($projecturl, $directory, $file, $revision) { $filename = $file; if($directory != "") { $filename = $directory."/".$file; } if($revision != '') { $diff_url = $projecturl."/changeset/".$revision."/".$filename; } else // no revision { // $diff_url = $projecturl."/browser/cbmroot/trunk/".$filename; $diff_url = $projecturl."/browser/".$filename; } return make_cdash_url($diff_url); } </verbatim> <verbatim> function get_trac_revision_url($projecturl, $revision) { // $revision_url = $projecturl."/changeset/".$revision; $revision_url = $projecturl."/changeset/".$revision."/cbmroot"; return make_cdash_url($revision_url); } </verbatim> -- Main.FlorianUhlig - 18 Apr 2008
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r2 - 28 Sep 2010,
FlorianUhlig
Homepages
Login
Create
personal sidebar
Homepages Web
Web Home
|
Search
Topics List
|
Index
Changes
|
Notifications
CBM Wiki Webs
Homepages
Main
MiniCBM
Public
Sandbox
System
edit WebLeftBar
Български
_jméno_jazyka
Dansk
Deutsch
English
Español
Suomi
Français
Italiano
日本語
한글
Nederlands
Norsk
Polski
Português
Português brasileiro
Русский
Svenska
简体中文
正體中文
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CBM Wiki?
Send feedback
Imprint (in German)
Privacy Policy (in German)