Chapter 11: Internet Resource Manager 393 Say your

Chapter 11: Internet Resource Manager 393 Say your database server is called db.domain.com and the user name and password to access the INTRANET and auth databases (which you will create during this installation process) are admin and db123. In such a case, you would modify the database access URLs throughout each configuration file as follows: $INTRA_DB_URL = mysql://admin:db123@db.domain.com/INTRANET ; $IRM_DB_URL = mysql://admin:db123@db.domain.com/IRM ; $APP_DB_URL = mysql://admin:db123@db.domain.com/auth ; . Add IRM to the Theme Navigation Bar. You need to update your theme navigation bar files stored in %DocumentRoot%/themes/%theme%/ home_left_nav.html, whenever you add a new application. For example, to update the std_blue theme, you need to update the %DocumentRoot%/ themes/std_blue/home_left_nav.html file to include the following line in the HTML table:
IRM

This will create a new row in the left navigation bar created with the HTML table. . Set File/Directory Permissions. Make sure you have changed file and directory permissions such that your intranet Web server can access all the files. After you ve performed the preceding steps, you re ready to test your IRM applications. Testing IRM Log in to your intranet via http://yourserver/index.php or http://yourserver/ home/home.php. Click on the Calendar link on the left navigation bar of your intranet home page, or point your Web browser to http://yourserver/irm/apps/irm_search_mngr. php after you re logged in to the intranet. This will show you the IRM search interface as shown in Figure 11-3. You will notice that there are no resources set up, because we haven t yet set up categories. To set up categories, click on the Category Manager as an administrative user. You will see a screen similar to Figure 11-4.

Leave a Reply