Indefero

Indefero Commit Details


Date:2008-09-04 08:30:39 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:bef8ac82b79203cf2a9c7ded3ea960524e57173f
Parents: 7e3ca3cff83b1e1eca2d542342734e25cf4090e0
Message:Updated to be clearer to for the first installation.

Changes:

File differences

src/IDF/conf/idf.php-dist
7171
7272
7373
74
75
76
77
78
79
80
81
7482
7583
7684
......
7987
8088
8189
82
83
90
91
8492
8593
8694
$cfg['pear_path'] = '/usr/share/php';
// Paths/Url configuration
#
# if you access the index.php with:
# http://www.mydomain.com/myfolder/index.php
# put the following:
#
# $cfg['idf_base'] = '/myfolder/index.php';
# $cfg['url_base'] = 'http://www.mydomain.com';
$cfg['idf_base'] = ''; // put '/whatever/index.php if you are not
// using mod_rewrite and installing in a
// subfolder.
$cfg['url_upload'] = 'http://projects/ceondo.com/media/upload';
$cfg['upload_path'] = '/path/to/media/upload';
$cfg['login_success_url'] = '/';
$cfg['after_logout_page'] = '/';
$cfg['login_success_url'] = $cfg['url_base'].$cfg['idf_base'];
$cfg['after_logout_page'] = $cfg['url_base'].$cfg['idf_base'];
// write here a long random string unique for this installation. This
// is critical to put a long string.

Archive Download the corresponding diff file

Page rendered in 0.07931s using 13 queries.