Jahia Community
Want to talk to Jahia Expert? don't hesitate to contact our team.
Overview
Jahia Community (also referred to as Jahia Open-Core) is our open-core distribution of Jahia. It contains only the open‑source components of Jahia and is shipped exclusively as a Docker image.
It’s a fully functioning Jahia, a good resource for independent developers interested in tinkering with Jahia or looking to build sites expected to receive small to medium traffic and not requiring enterprise capabilities.
You can find more details about the different options on this page.
Support and Quality notice
Jahia Community is provided on a best-effort basis:
- it does not undergo the same level of testing as the Enterprise release,
- it does not include enterprise SLAs nor Support.
- it does not support the installation of Enterprise modules
If you run into issues, please reach out on GitHub, providing clear reproduction scenarios (including logs + your Docker image tag + steps to reproduce). Although there is not SLA, your feedback helps us improve the Community experience.
Quick startup guide
The section below provide a step by step to get started quickly with Jahia, more details are available on the Jahia Academy.
Prerequisites
- Docker installed (Docker Desktop or Docker Engine)
- ~4–8 GB RAM available for containers (depending on your content and traffic)
Start Jahia Open-Core
You can start a Jahia using the following command, replacing <tag> with the desired version (8.2.3.0 or above).
docker pull jahia/jahia-opencore:<tag> docker run -p 8080:8080 jahia/jahia-opencore:<tag>
Then open:
http://localhost:8080(default credentials: root/root1234)
Install Luxe demo site
Download these two elements from the Jahia Store:
Once in Jahia back office UI,
- Navigate to Administration
- Click on "Modules and Extensions", then Modules
- Using "Select Module", install the two modules you downloaded
Once the modules are installed and running, you can create the Luxe website:
- Still in Administration, click on "Projects"
- Then "Create"
- Give your site a "name" and a "Site key" (you can leave the default values)
- Click on "Next".
- In the following screen, luxe will be selected by default, click on "Next".
That's it, you now have a working Jahia with a demo site.