Changes for page Installation
Last modified by Achraf El Kari on 2022/09/02 08:04
<
>
edited by Outhman Moustaghfir
on 2022/07/07 17:40
on 2022/07/07 17:40
edited by Outhman Moustaghfir
on 2022/07/08 12:26
on 2022/07/08 12:26
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 16 added, 0 removed)
- 1657208646920-357.png
- 1657272390060-679.png
- 1657273380453-615.png
- 1657273433854-228.png
- 1657275149853-325.png
- 1657275791598-755.png
- 2022-07-07_17h03_53.png
- 2022-07-07_17h09_58.png
- 2022-07-07_17h21_37.png
- 2022-07-07_17h45_14.png
- 2022-07-07_17h46_52.png
- 2022-07-08_10h29_02.png
- 2022-07-08_10h30_20.png
- manage-startup-type.png
- startup-type.png
- wyQuu5TvEPzRyr6wh3fXmJ-970-80.jpg
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,7 @@ 9 9 10 10 = Introduction = 11 11 12 -This current doc will guide you to install correctly iXPath ,and will give more details about each present configuration.12 +This current doc will guide you to install correctly iXPath and will give more details about each present configuration. 13 13 14 14 === Installation methods : === 15 15 ... ... @@ -29,9 +29,9 @@ 29 29 * the "Install.zip" archive which contains all necessary resources for the installation. 30 30 ))) 31 31 32 -= I - First Installation (Première installation) 32 += I - First Installation (Première installation) = 33 33 34 -=== 1) Online Installation 34 +=== 1) Online Installation === 35 35 36 36 The online installation uses remote resources, which makes the internet connection mandatory. 37 37 ... ... @@ -73,7 +73,7 @@ 73 73 **Congrats !!! **you have installed iXPath successfully, and you can log in to the app on the "http:~/~/localhost" URL and use "admin" as user and "admin" as password. 74 74 75 75 76 -=== 2) Offline installation 76 +=== 2) Offline installation === 77 77 78 78 As mentioned before, the offline installation does not require an internet network. 79 79 ... ... @@ -103,9 +103,89 @@ 103 103 104 104 **Congrats !!! **you have installed iXPath successfully, and you can log in to the app on the "http:~/~/localhost" URL and use "admin" as user and "admin" as password. 105 105 106 -= II - Update =106 += II - Architecture of iXPath : = 107 107 108 - Updating the iXPathapporjust somecomponentsgoes exactly the same as the online installation,whichmakestheinternet network necessarytotchany updatesfromtheremoteresources.108 +here is a brief presentation of the roles of each component in the iXPath app. 109 109 110 +[[image:2022-07-07_17h21_37.png||height="414" width="547"]] 110 110 112 += III - Update = 113 + 114 +Updating the iXPath app or just some components g__oes exactly the same as the online installation__, which makes the internet network necessary to fetch any updates from the remote resources. 115 + 116 += IV - Configurations & Services = 117 + 118 +there are configuration files that help to maintain all needed parameters for the functioning of iXPath. 119 + 120 +* config.properties: configuration of the Engine. here we can configure ports, directories, hosts ... 121 +* config.ini: Configuration of "Portail". here we configure all parameters to connect Engine to Portail. 122 + 123 +=== 1) Ports === 124 + 125 +* As mentioned before, iXPath takes 8090 (Engine) and 8091 (COM) automatically as ports. 126 +if in any case, you want to change them, go to **./SERVER/engine/ixEngine.cmd **script and change them to wanted ports, then execute the script on administrator mode. 127 +For example, we want to change the Engine port to 9090 and the COM port to 9091 128 +[[image:1657208183258-245.png||height="48" width="712"]] 129 +\\and make the changes on **./SERVER/engine/config.properties :** 130 +\\[[image:1657208426432-822.png||height="349" width="478"]] 131 +\\and same for **./SERVER/wwwroot/ ** : 132 +[[image:1657208646920-357.png||height="146" width="543"]] 111 111 134 +* the Engine also uses ports 22920 and 22921 for FTP and FTPS respectively** ** 135 +[[image:2022-07-07_17h03_53.png||height="337" width="501"]] 136 + 137 +* SFTP port : 138 +[[image:2022-07-07_17h09_58.png||height="124" width="425"]] 139 +\\ 140 + 141 +NB: You can change all these COM ports via the iXPath interface directly, by selecting the configuration target 142 + 143 +[[image:2022-07-07_17h46_52.png]] 144 + 145 +and change the port from the system configuration: 146 + 147 +[[image:2022-07-07_17h45_14.png||height="163" width="724"]] 148 + 149 + 150 +=== 2) Services === 151 + 152 +* To maintain services on your operating system, go to the search bar and type "services.msc" : 153 + 154 +[[image:1657272390060-679.png||height="200" width="387"]] 155 + 156 +the services related to iXPath are : 157 + 158 +[[image:2022-07-08_10h29_02.png||height="62" width="646"]] 159 + 160 +[[image:2022-07-08_10h30_20.png||height="16" width="654"]] 161 + 162 +here you can start, restart, pause, or stop the service target by right-clicking on it and choosing the option needed after accessing its properties: 163 + 164 +[[image:manage-startup-type.png]] [[image:startup-type.png]] 165 + 166 + 167 + 168 +{{{NB: all services must be running to run the iXPath app correctly. 169 +}}} 170 + 171 +* if the Apache service cannot be on running status because of the unavailability of port 80, please follow these steps : 172 +** open a command line and type : **netstat -aon | findstr :80** 173 +[[image:1657273380453-615.png||height="308" width="512"]] 174 + 175 +** Next, you type the command: **tasklist /fi "pid eq 4" ** 176 +[[image:1657273433854-228.png||height="202" width="513"]] 177 +** stop and disable the following services : 178 +*** **world wide web publishing service (W3SVC)** 179 +*** **windows activation service (WAS)** 180 +*** **SQL Server Reporting Services (ReportServer)** 181 +*** **BranchCache (PeerDistSvc)** 182 +*** **Network Connection Broker (NcbService) ** 183 +** start apache service 184 +[[image:1657275791598-755.png||height="233" width="356"]] 185 + 186 + 187 +=== 188 +3) Logs === 189 + 190 + 191 +
- 1657208646920-357.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +96.4 KB - Content
- 1657272390060-679.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +61.2 KB - Content
- 1657273380453-615.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +286.0 KB - Content
- 1657273433854-228.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +110.1 KB - Content
- 1657275149853-325.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +215.2 KB - Content
- 1657275791598-755.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +175.4 KB - Content
- 2022-07-07_17h03_53.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +43.6 KB - Content
- 2022-07-07_17h09_58.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +10.8 KB - Content
- 2022-07-07_17h21_37.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +63.6 KB - Content
- 2022-07-07_17h45_14.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.0 KB - Content
- 2022-07-07_17h46_52.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.2 KB - Content
- 2022-07-08_10h29_02.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +11.9 KB - Content
- 2022-07-08_10h30_20.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.4 KB - Content
- manage-startup-type.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.1 KB - Content
- startup-type.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.3 KB - Content
- wyQuu5TvEPzRyr6wh3fXmJ-970-80.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.2 KB - Content