Deploying LuxCoreRender: Difference between revisions

From LuxCoreRender Wiki
Jump to navigation Jump to search
Created page with "= Deploying LuxCoreRender = == Audience, Objectives, Scope and Prerequisites == This document is intended for LuxCoreRender administrators only. The term _'deployment'_ refers to the process of making a new version of LuxCoreRender available to users. The scope is restricted to: - LuxCore, encompassing the Python wheels (aka `pyluxcore`) and the Samples (aka `luxcoreui` and `luxcoreconsole`) - BlendLuxCore Please note we deliberately exclude the dependencies (LuxCor..."
 
Line 1: Line 1:
= Deploying LuxCoreRender =
= Releasing and Deploying LuxCoreRender =


== Audience, Objectives, Scope and Prerequisites ==
== Audience, Objectives, Scope and Prerequisites ==
Line 5: Line 5:
This document is intended for LuxCoreRender administrators only.
This document is intended for LuxCoreRender administrators only.


The term _'deployment'_ refers to the process of making a new version of LuxCoreRender available to users.
The term <b>'deployment'<\b> refers to the process of making a new version of LuxCoreRender available to users.


The scope is restricted to:
The scope is restricted to:
Line 11: Line 11:
- BlendLuxCore
- BlendLuxCore


Please note we deliberately exclude the dependencies (LuxCoreDeps) from the deployment scope. Indeed, up-to-date dependencies are necessary for LuxCore development and tests, so we assume they are already released for a while when the deployment  
Please note we deliberately exclude the dependencies (LuxCoreDeps) from the deployment scope. Indeed:
- Up-to-date dependencies are necessary for LuxCore development and tests, so they should have been released for a while when LuxCore deployment occurs.
- Dependencies are not intended for end-users, so deployment is not applicable.


== Objectives ==


== Prerequisites ==


== Prerequisites ==
We assume that the LuxCore elements are buildable and have been reasonably tested.

Revision as of 14:59, 19 April 2026

Releasing and Deploying LuxCoreRender

Audience, Objectives, Scope and Prerequisites

This document is intended for LuxCoreRender administrators only.

The term 'deployment'<\b> refers to the process of making a new version of LuxCoreRender available to users.

The scope is restricted to: - LuxCore, encompassing the Python wheels (aka `pyluxcore`) and the Samples (aka `luxcoreui` and `luxcoreconsole`) - BlendLuxCore

Please note we deliberately exclude the dependencies (LuxCoreDeps) from the deployment scope. Indeed: - Up-to-date dependencies are necessary for LuxCore development and tests, so they should have been released for a while when LuxCore deployment occurs. - Dependencies are not intended for end-users, so deployment is not applicable.


Prerequisites

We assume that the LuxCore elements are buildable and have been reasonably tested.