Browserless Application Creation: Difference between revisions

From CTMS
No edit summary
(Moved to internal documentation)
Tag: Replaced
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Installer Creation ==
{{Note}} Moved to internal documentation in OBS Hub
 
{{Note}} For internal only
 
=== Introduction ===
 
All of the code to generate Browserless Oracle installers is located here:
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&web=1&e=vQZ5Qi Browserless Oracle on Sharepoint]
 
=== Folder Contents ===
 
{{Note}} Folders in <span style="color:red">red</span> below are working directories and should '''not''' be accessed/maintained when creating builds.
 
* <span style="color:red">'''Builds'''</span>
 
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client
 
* '''Config'''
 
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.
 
* '''Documents'''
 
:Documentation relating to the process
 
* '''Installers'''
 
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built
 
* <span style="color:red">'''Java'''</span>
 
:This directory contains the java versions which will be build into the installer packages
 
* <span style="color:red">'''Resource'''</span>
 
:This directory contains the scripts, sources and configuration files used in the build
 
* '''Setup'''
 
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.
:{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.
 
 
=== Creating an installer package ===
 
 
[[Category:Browserless]]
[[Category:Development]]

Latest revision as of 09:59, 11 April 2025

Note Note: Moved to internal documentation in OBS Hub