How to install MedITEX WebPortal2.0
From MedITEX - Wiki
Line 299: | Line 299: | ||
</table> | </table> | ||
<p> </p> | <p> </p> | ||
+ | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <p style="text-align: center;"><strong>[Design]</strong></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <p>The design of the WebPortal can be readjusted.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalDesign.PNG" alt="" /></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <ul> | ||
+ | <li>ActiveDesign, Theme, TouchTheme should NOT be changed. </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li>Header: if Header = 1, so the header with logo, address, email, etc. will be shown on the WebPortal. Otherwise, it can be Header = 0, so nothing will be shown.</li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li>MainBGColor: is the main color, used for the header, the navigator, the buttons, etc.</li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li>FontColor: is the main font color used in the navigator, buttons, but just if nothing is selected.</li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li>SelectedBGColor: is the background color which is shown when something is selected (button, tab sheet).</li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li> SelectedFontColor: is the font color which is shown when something is selected (button, tab sheet).</li> | ||
+ | </ul> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> |
Revision as of 10:12, 16 August 2016
MedITEX WebPortal2.0 instructions for clinical IT administrators
1. Right-click on the ZIP-file with WebPortal installation, choose “Extract All”, and save everything into a folder called “MediTEXWebPortal2.0”. In this manual, WebPortal will be created in CRITEX folder.
2. After extraction, right click on “FMsoft_uniGUI_Complete_runtime_*.exe” and choose “Run as administrator” to launch the installation.
<img src="/images/WebPortal2.0Setup.jpg" alt="" /> |
3. Right-click on “mexWebPortal_Install.bat” -> Edit.
If necessary, change the highlighted path, to the current path of the newly created WebPortal folder and save it.
<img src="/images/InstallPath.png" alt="" /> |
4. Right-click on “mexWebPortal_Uninstall.bat” -> Edit.
If necessary, change the highlighted path to the current path of the WebPortal folder and save it.
<img src="/images/UninstallPath.png" alt="" /> |
5. Right-click on “MedITEX_Webportal.ini” -> Edit.
Adjust the configuration according to the instructions below:
[DBConnection] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalDBConnection.PNG" alt="" /> |
Hint: the port number defined in parameter Port, must be open on the firewall. If WebPortal is not installed directly in the same server as MedITEX, this port must be opened on both servers. |
[Server] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalServer.png" alt="" /> |
Please, do not modify the other fields in this section. |
[SMTP] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalSMTP.PNG" alt="" /> |
This portion of the configuration corresponds to the email services provided by the portal.
|
[Logout] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalLogout.PNG" alt="" /> |
|
[CustomMeta] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalCustomMeta.PNG" alt="" /> |
Meta tags (<meta>) used for authenticating the portal. This field is optional. If more than one tag is being used, insert them after each other. For example: <meta name:”Key1”…/><meta name:”Key2”…/> |
[SSLManager] |
This portion of the configuration is used for inserting the certificates of the secure portal. If the SSL is being used, the portion below has to be uncommented. To uncomment the lines, remove the semi-colon from the beginning of the text. Create a folder called SSL under MedITEXWebPortal2.0 and put the SSL files under this folder. To know how to create a .pem file for SSL Certificate Installations, follow the instructions on the link below: <a title="fgsdfgsdfg" href="/index.php?title=How_to_create_a_.pem_File_for_SSL_Certificate_Installations">http://wiki.meditex-software.com/index.php?title=How_to_create_a_.pem_File_for_SSL_Certificate_Installations</a> |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalSSL.PNG" alt="" width="763" height="109" /> |
|
6. Right-click on “mexWebPortal_Install.bat” -> Run as administrator
The Window below should be seen.
<img src="/images/WebPortalInstallRun.jpg" alt="" /> |
7. Open the “Control Panel -> Windows Firewall -> Advanced settings”
Click on “Inbound Rules” and choose “New Rule…”
<img src="/images/WebPortalInboundRules.png" alt="" /> |
Select “Port” and click “Next”
<img src="/images/WebPortalNewRule.jpg" alt="" /> |
Choose “TCP” and “Specific local ports” and set the port to 8077 or 8443, depending on the port configured in the INI file.
<img src="/images/WebPortalProtocolAndPorts.jpg" alt="" /> |
Click “Next”.
Specify the name and click “Finish”.
<img src="/images/WebPortalRuleName.jpg" alt="" /> |
Repeat step 7 with “Outbound Rules”:
<img src="/images/WebPortalOutboundRules.png" alt="" /> |
8. Now it is possible to access the MedITEX WebPortal in a browser with the following URL:
http://server-id:8077 or https://server-id:8443
9. After finishing the installation, there is a possibility to adjust the WebPortal settings.
Right-click on “MedITEX_Webportal.ini” -> Edit.
[Areas] |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalAreas.PNG" alt="" /> |
Areas set to 1 are visible. To make it invisible, set it to 0. |
[Design] |
The design of the WebPortal can be readjusted. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalDesign.PNG" alt="" /> |
|