Indefero

Indefero Commit Details


Date:2008-12-01 06:48:39 (16 years 21 days 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:cc49fd1dc93bda957899f713984dd4880ca3eee6
Parents: d1911339d7f025e55a40dc90124090864175fb04
Message:Updated the documentation to take into account the new admin area.

Changes:

File differences

INSTALL.mdtext
5858
5959
6060
61
61
6262
6363
6464
......
6767
6868
6969
70
71
72
73
74
7570
7671
7772
......
8984
9085
9186
92
93
87
88
9489
9590
9691
* Run `php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -i -d -u` to test the installation of the tables.
* Run `php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -i -d` to really install the tables.
* Create a bootstrap file to create the first project and admin user for example `www/bootstrap.php`. Do not forget to update the second line with your path to Pluf:
* Create a bootstrap file to create the admin user for example `www/bootstrap.php`. Do not forget to update the second line with your path to Pluf:
<?php
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/home/www/indefero/src');
Pluf::start(dirname(__FILE__).'/home/www/indefero/src/IDF/conf/idf.php');
Pluf_Dispatcher::loadControllers(Pluf::f('idf_views'));
$project = new IDF_Project();
$project->name = 'Your project';
$project->shortname = 'yourproject'; //Only letters digits
$project->description = 'This is your project.';
$project->create();
$user = new Pluf_User();
$user->first_name = 'John';
$user->last_name = 'Doe'; // Required!
* Remove the `www/bootstrap.php` file.
* Open the `www/index.php` file and ensure that the path to Pluf and
Indefero are correctly set for your configuration.
Now you can login with this user into the interface.
* Now you can login with this user into the interface.
* Click on the Administer link on top and create your first project.
## Upgrade InDefero

Archive Download the corresponding diff file

Page rendered in 0.07097s using 13 queries.