To install FMPS, complete the following steps:
1)Run the FMPS installer. The following products get installed with FMPS:
a)FrameMaker (2017 release)
b)FrameMaker Server components (Installer also installs Microsoft deploy, registers IIS and its components for FMPS use, and installs basic website - the application settings of that website need to be edited manually in IIS).
important: On Windows 10 operating system, you might have to deploy the site manually. Follow the steps mentioned in the section Manually install FMPS website in IIS.
2)Unzip the following WebServerUI.rar file.The default location of the WebServerUI.rar file is:
Program Files (x86)\Adobe\FrameMakerPublishingServer2017\www\WebServerUI.rar
important: The contents of the WebServerUI.rar file must be extracted withing the same (www) folder.
3)In the Internet Information Services (IIS) Manager, under Sites > fmps14> Application Settings (Under ASP.NET), change the following settings:
a)Debug: Set the value to true to allow debugging.
b)DebugLog: Enter path of the debug log that gets populated with error messages.
c)FMPSBaseDir: The directory that would contain all tasks-related data.
d)FMPSDomain: The domain name of FMPS. Use the network domain the machine belongs to or workgroup name if the machine is not on a domain.
e)FMPSHelpDataEnabled: Set this to true to enable Server Help to be viewable by any user.
f)FMPSPassword: Password associated with the user name entered in FMPSUserName.
g)FMPSSchFolder: This folder contains FMPS scheduled tasks.
h)FMPSUserName: user name for accessing FMPS (do not add the domain name here)
note: For running the tasks, user should be logged into the system using the account being set up as FMPSUserName.
4)Go to Application pools > fmps14 > Advanced Settings > Process Model > Identity > Custom Account and set credentials as follows:
a)User name: Enter <domain>\<username> keeping them same as the details entered in the step 3.
b)Password: Enter the password you entered in step 3.
c)Confirm Password: Re-enter your password.
5)Ensure that Enable 32-Bit Application is set to True. (Application Pools > fmps14> Advanced Settings)
6)In a browser, open the website http://localhost:6234/index.html.
note: 6234 is the default port. You can configure a different port, in which case you should replace 6234 in all the examples in this document with the configured port number.
The browser displays FMPS website's index.html page.