Skip to content

Jahia/luxe-jahia-demo

Repository files navigation

luxe-jahia-demo

A simple Jahia NPM module created using the NPM module starter project template

Configuration

If you don't use default configuration for the Docker container name or for Jahia deployments, please modify the provided .env file

Documentation

You can find the documentation on how to use this module on the Jahia Academy templating tutorial.

luxe-jahia-demo

Build

if not created, create a .env file with the following variables (adjust the values to your env) :

JAHIA_USER=username:password
JAHIA_HOST=http://localhost:8080
JAHIA_DOCKER_NAME=jahia
JAHIA_DEPLOY_METHOD=curl

JAHIA_DEPLOY_METHOD could be curl or docker