Skip to main content

Hi,

 

I have issue about customization deployment in Linux.

 

in windows, i can deploy customization successfully with run re-configure.

but, when i try in linux, the runtime is not deployed (client.war is not generated),

and also there is no the figure below when run re-configure 

advice please.

Thanks.

The way is slightly different and a few manual steps required. Please refer to following section extracted from technical documentation - .../020_installation/020_installing_fresh_system/050_initial_system_configuration/005_user_interfaces/050_enterprise_explorer/010_clickonce.htm#Deploying_to_a_non-Windows_server_

 

Deploying the application with ClickOnce from a Linux server is possible.

Since signing the deployment manifest is a mandatory step, and this requires Microsoft Windows and Microsoft .Net Framework 4.0 or later, you have to do some manual steps to make the deployment work on a Linux server. F1mage.exe will not run on a Linux machine.

  1. Copy the client runtime folder (<ifs_home>\repository\client\runtime)  to a machine running Windows and the .Net Framework.
  2. Run f1mage in graphical user interface mode or command line mode as described above to sign the manifests.
  3. After this step, copy the folder back to the deployment server.
  4. Run the script pack-and-deploy-client.sh located in <ifs_home>\repository\client.

Reply