Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
 
2
 
3
----------  Release Manager 3rd Party Requirements -----------------
4
 
5
* Windows 2003 Server with IIS6 (minimum Windoes NT Server with IIS4)
6
* Oracle Database 10g (minimum 8.1.7)
7
* MDAC 2.6
8
* OO4O 10g (Oracle Objects for OLE)
9
* Windows Scripting Host Engine 5.6
10
 
11
 
12
 
13
 
14
=======================  INSTALLATION NOTES  ===========================
15
 
16
 
17
---  Basic Installation ---
18
 
19
 
20
1. Copy Release Manager site pages to the web server e.g. C:/release_manager
21
 
22
 
23
2. Open Internet Information Server Manager (Windows IIS Manager)
24
   and create Virtual Directory
25
 
26
   Alias: ReleaseManager
27
   Path: C:/release_manager
28
   Allow Permissions: Read=YES, RunScripts=YES (allothers=NO)
29
 
30
   It is optional that application is running in its own Application Pool
31
   for easy restart in the future.
32
 
33
 
34
3. Enable Domain Login.
35
   Run regsvr32 LoginAdmin.dll to register this library.
36
 
37
   This library is part of Access Manager source code.
38
 
39
 
40
 
41
--- Enable SSH for UNIX file storage ---
42
 
43
4. To aquire a key all you need to do is run the plink command the first time and accept the key.
44
   e.g. plink -ssh <username>@<hostname>
45
   This will generate a key in [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys]
46
 
47
5. Run regedit and Copy key to default user. See example below.
48
   [HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys]
49
   "rsa2@22:<hostname>"="<key>"
50
 
51
 
52
 
53
 
54
========================= FAQs ====================================
55
 
56
1. Q: Generating release notes with scripts in script folder does not work. 
57
      I am getting "Permission Denied" messsage.
58
 
59
   A: IIS 6 by default cannot run cmd.exe and cscript.exe. This will unable you to run the scripts.
60
      Go to location of cmd.exe and cscript.exe and allow IUSR_<hostname> user to read and execute.
61
 
62
 
63
2. Q: When I click on published files like .doc, .exe, .log etc., IIS reports that page cannot be
64
      found. This will disable you from downloading files from dpkg_archive or deploy_archive file systems.
65
 
66
   A: IIS does not have these extentions in MIME types list. Open IIS Manager, Properties -> HTTP Header tab
67
      for your virtual directory. Add MIME Types one by one or just use * wild card for all. Wild card is
68
      unsafe to use.