Rev 1281 | Blame | Compare with Previous | Last modification | View Log | RSS feed
---------- Release Manager 3rd Party Requirements -----------------* Windows 2003 Server with IIS6 (minimum Windoes NT Server with IIS4)* Oracle Database 10g (minimum 8.1.7)* MDAC 2.6* OO4O 10g (Oracle Objects for OLE)* Windows Scripting Host Engine 5.6======================= INSTALLATION NOTES ===========================--- Basic Installation ---1. Copy Release Manager site pages to the web server e.g. C:/release_manager2. Open Internet Information Server Manager (Windows IIS Manager)and create Virtual DirectoryAlias: ReleaseManagerPath: C:/release_managerAllow Permissions: Read=YES, RunScripts=YES (allothers=NO)It is optional that application is running in its own Application Poolfor easy restart in the future.3. Enable Domain Login.Run regsvr32 LoginAdmin.dll to register this library.This library is part of Access Manager source code.--- Enable SSH for UNIX file storage ---4. To aquire a key all you need to do is run the plink command the first time and accept the key.e.g. plink -ssh <username>@<hostname>This will generate a key in [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys]5. Run regedit and Copy key to default user. See example below.[HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys]"rsa2@22:<hostname>"="<key>"========================= FAQs ====================================1. Q: Generating release notes with scripts in script folder does not work.I am getting "Permission Denied" messsage.A: IIS 6 by default cannot run cmd.exe and cscript.exe. This will unable you to run the scripts.Go to location of cmd.exe and cscript.exe and allow IUSR_<hostname> user to read and execute.2. Q: When I click on published files like .doc, .exe, .log etc., IIS reports that page cannot befound. This will disable you from downloading files from dpkg_archive file systems.A: IIS does not have these extentions in MIME types list. Open IIS Manager, Properties -> HTTP Header tabfor your virtual directory. Add MIME Types one by one or just use * wild card for all. Wild card isunsafe to use.