Browserless Application Creation: Difference between revisions

From CTMS
No edit summary
No edit summary
Line 10: Line 10:
=== Folder Contents ===
=== Folder Contents ===


{{Note}} Folders in <span style="color:red">red</span> below are working directories and would not need to be accessed/maintained when creating builds.
{{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>  
* <span style="color:red">'''Builds'''</span>  

Revision as of 13:03, 15 February 2024

Installer Creation

Note Note: For internal only

Introduction

All of the code to generate Browserless Oracle installers is located here: Browserless Oracle on Sharepoint

Folder Contents

Note Note: Folders in red below are working directories and should not be accessed/maintained when creating builds.

  • Builds

This directory contains a 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

  • Java

This directory contains the java versions which will be build into the installer packages

  • Resource

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 Note: These are for CREATING installer packages, and is NOT required on the final users machines.


Creating an installer package