|
From: Benjamin C. <bc...@us...> - 2001-12-14 14:42:12
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv17532/templates/default Modified Files: install-complete.html install.html Log Message: Tweaks to the download option Index: install-complete.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/install-complete.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- install-complete.html 2001/11/09 17:53:37 1.2 +++ install-complete.html 2001/12/14 14:42:09 1.3 @@ -8,19 +8,12 @@ <td width="200" valign="top"><br><img src="logo.jpg"></td> <td valign="top"> <div class="banner">phpBugTracker Installation</div> - <!-- BEGIN writeableblock --> The database tables have been created and the config file has been written. Especially if you are on a shared server, you should change the permissions so that config.php isn't writeable by others by executing chmod og-w config.php. You can login to the admin tools by using the login form below. - <!-- END writeableblock --> - <!-- BEGIN unwriteableblock --> - The database tables have been created. Once you have - config.php in place, you will be able to login to the admin - tools via the form below using the admin login and password - you provided. - <!-- END unwriteableblock --> + You will be taken to the home page, and from there you can go to the configuration page of the admin tools which will allow you to customize your installation of phpBugTracker further. Once you have Index: install.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/install.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- install.html 2001/11/12 14:51:28 1.3 +++ install.html 2001/12/14 14:42:09 1.4 @@ -91,7 +91,11 @@ Since config.php is not writeable by this script, when you submit this form you will be prompted to save config.php. Copy this file to the location of the bug tracker, and then you will - be able to login to the bug tracker from the next page. + be able to <a href="index.php">login to the bug tracker</a>. From + the home page you can go to the Admin Tools and customize your + installation via the Configuration link. Once you have + completed the configuration, you will be ready to add a project and + start reporting bugs! <input type="hidden" name="op" value="dump_config_file"> <!-- END unwriteableblock --> <br> |