Difference: AppxHTMLClient550Upgrade (1 vs. 4)

Revision 42023-01-05 - JoeOrtagus

Line: 1 to 1
 

Upgrade APPX HTML Client on Linux

Line: 42 to 42
  As Administrator user or a user known to have permission to overwrite these files.
Changed:
<
<
  1. cd \inetpub\wwwroot\client
>
>
  1. cd \inetpub\wwwroot\client
 1 del webhost.zip
  1. curl -O https://faces.appx.com/nightly/files/webhost.zip
  2. powershell.exe -Command "& {expand-archive -path 'C:\inetpub\wwwroot\client\webhost.zip' -destinationpath 'C:\inetpub\wwwroot\client' -Force}"

Revision 22021-11-11 - JoeOrtagus

Line: 1 to 1
Added:
>
>

 

Upgrade APPX HTML Client on Linux

Changed:
<
<
Assumption #1 /var/www/html/client/ contains the contents of webhost.zip bundle. Modify paths below if different.
>
>
Assumption #1 /var/www/html/client/ contains the contents of webhost.zip bundle. Modify paths below if different.
 
Changed:
<
<
Assumption #2 /usr/local/appx/appxconnector/ contains the serverConnector.zip bundle. Modify paths below if different.
>
>
Assumption #2 /usr/local/appx/appxconnector/ contains the serverConnector.zip bundle. Modify paths below if different.
  As root user or a user known to have permission to overwrite these files.
Deleted:
<
<

 
  1. cd /var/www/html/client/
  2. rm webhost.zip
  3. wget https://faces.appx.com/nightly/files/webhost.zip
Line: 35 to 34
 
    1. npm install
    2. node appxConnector-install.js
Added:
>
>

Upgrade APPX HTML Client on Windows

Assumption #1 \inetpub\wwwroot\client\ contains the contents of webhost.zip bundle. Modify paths below if different.

Assumption #2 \appx\appxconnector\ contains the serverConnector.zip bundle. Modify paths below if different.

As Administrator user or a user known to have permission to overwrite these files.

  1. cd \inetpub\wwwroot\client1 del webhost.zip
  2. curl -O https://faces.appx.com/nightly/files/webhost.zip
  3. powershell.exe -Command "& {expand-archive -path 'C:\inetpub\wwwroot\client\webhost.zip' -destinationpath 'C:\inetpub\wwwroot\client' -Force}"
  4. cd \appx\appxconnector1 node appxConnector-uninstall.js
  5. powershell -command "& {Get-Content appxConnector.js -TotalCount 34}"
    1. From the above powershell command, please note the following parameters
    2. (sslEnabled,sslPrivateKey,sslCertificate,sslCertAuthority,cryptoEnabled,mongoDatabase,mongoHost,mongoPort,appxdebug,appxlog,useoldsocket,appxLocalConnectorCert)
  6. powershell -command "& {Get-Content appxMongoConnector.js -TotalCount 30}"
    1. From the above powershell command, please note the parameters
    2. (connectorPort,workers,sslEnabled,sslPrivateKey,sslCertificate,sslCertAuthority,mongoDatabase,mongoPrefs,mongoHost,mongoPort,mongoLocale,appxdebug)
  7. cd
    1. (make sure you are in appxconnector folder)
  8. rmdir /S .
    1. (be very careful with this rmdir command, it's intended to remove the contents of the appxconnector folder)
  9. curl -O https://faces.appx.com/nightly/files/serverConnector.zip
  10. powershell.exe -Command "& {expand-archive -path 'C:\appx\appxconnector\serverConnector.zip' -destinationpath 'C:\appx\appxconnector' -Force}"
  11. notepad appxConnector.js
    1. Now make sure the previous parameters you noted from first head are transferred to the new appxConnector.js file
  12. notepad appxMongoConnector.js
    1. Now make sure the previous parameters you noted from the second head are transferred to the new appxMongoConnector.js file
  13. As an Administrative user do
    1. npm install
    2. node appxConnector-install.js
 -- Joe Ortagus - 2020-12-22

Comments

Revision 12020-12-22 - JoeOrtagus

Line: 1 to 1
Added:
>
>

Upgrade APPX HTML Client on Linux

Assumption #1 /var/www/html/client/ contains the contents of webhost.zip bundle. Modify paths below if different.

Assumption #2 /usr/local/appx/appxconnector/ contains the serverConnector.zip bundle. Modify paths below if different.

As root user or a user known to have permission to overwrite these files.


  1. cd /var/www/html/client/
  2. rm webhost.zip
  3. wget https://faces.appx.com/nightly/files/webhost.zip
  4. unzip -qqo webhost.zip
  5. cd /usr/local/appx/appxconnector/
  6. node appxConnector-uninstall.js
  7. head -n 40 appxConnector.js
    1. From the above head command, please note the following parameters
    2. (sslEnabled,sslPrivateKey,sslCertificate,sslCertAuthority,cryptoEnabled,mongoDatabase,mongoHost,mongoPort,appxdebug,appxlog,useoldsocket,appxLocalConnectorCert)
  8. head -n 45 appxMogoConnector.js
    1. From the above head command, please note the parameters
    2. (connectorPort,workers,sslEnabled,sslPrivateKey,sslCertificate,sslCertAuthority,mongoDatabase,mongoPrefs,mongoHost,mongoPort,mongoLocale,appxdebug)
  9. pwd
    1. (make sure you are in appxconnector folder)
  10. rm -Rf *
    1. (be very careful with this rm command, it's intended to remove the contents of the appxconnector folder)
  11. wget https://faces.appx.com/nightly/files/serverConnector.zip
  12. unzip -qqo serverConnector.zip
  13. vi appxConnector.js
    1. Now make sure the previous parameters you noted from first head are transferred to the new appxConnector.js file
  14. vi appxMongoConnector.js
    1. Now make sure the previous parameters you noted from the second head are transferred to the new appxMongoConnector.js file
  15. As root user do
    1. npm install
    2. node appxConnector-install.js

-- Joe Ortagus - 2020-12-22

Comments


<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback