(/inˈken.di.um/)
noun.
- A fire, inferno, conflagration; heat; torch.
- (heat of) passion, vehemence
📦 Package that extends and wraps some functions from Ignition's Scripting API.
For more information, please refer to the Wiki.
To install incendium
on your Gateway follow these steps:
- Download incendium.x.x.x.zip from the latest release or from Ignition Exchange
- Browse to your Ignition Gateway (version 8.0+)
- Go to Config > Projects and click on Import project...
- Click on Choose File and select the downloaded ZIP file
- Enter incendium as the Project Name
- If you're replacing a previous version, make sure to check Allow Overwrite
- Click on Import
Alternatively you could follow the instructions for cloning the project
branch directly into $IGNITION_DIR/data/projects
found here.
If you would like to clone this repo to get the latest version directly under $IGNITION_DIR/data/projects
, follow these steps:
-
Open your Terminal
-
Switch to
$IGNITION_DIR/data/projects
-
Run any of the following commands
-
HTTPS
git clone https://github.com/thecesrom/incendium-project.git incendium
-
SSH
git clone git@github.com:thecesrom/incendium-project.git incendium
-
GitHub CLI
gh repo clone thecesrom/incendium-project incendium
-
-
And
git pull
to get the latest changes
See CONTRIBUTING.md.
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors can be found here.
See the LICENSE.
See CODE_OF_CONDUCT.md.