Menu

Tree [c4bfef] master /
 History

HTTPS access


File Date Author Commit
 .github 2025-09-24 7x 7x [c4bfef] Update funding information in FUNDING.yml
 .platform 2020-11-25 André R André R [4573e5] Update varnish.vcl
 assets 2020-10-26 ciastektk ciastektk [e0c245] Fixed welcome page background size (#619)
 bin 2021-06-24 Marek Nocoń Marek Nocoń [02d163] [Travis] Added logging into Docker Hub (#661)
 config 2020-12-23 Mikolaj Adamczyk Mikolaj Adamczyk [087378] Removed obsolete configuration of translation (...
 doc 2020-12-09 ciastektk ciastektk [5bfbe8] Removed recommendations envs (#629)
 features 2020-10-16 Adam Wójs Adam Wójs [721e9d] Aligned meta repository with Symfony recipes ou...
 migrations 2020-06-22 Adam Wójs Adam Wójs [0ce26d] Upgraded doctrine/migrations to ^3.0 (#570)
 public 2020-03-18 Maciej Kobus Maciej Kobus [cd03c4] Migrated meta repository to Symfony 5 (#507)
 src 2020-12-21 Maciej Kobus Maciej Kobus [2a9b2d] EZP-32214: Removed forward incompatible PHP con...
 templates 2020-12-29 ciastektk ciastektk [e226e1] Fixed documentation links (#640)
 tests 2020-03-18 Maciej Kobus Maciej Kobus [cd03c4] Migrated meta repository to Symfony 5 (#507)
 translations 2020-10-19 ciastektk ciastektk [20dae0] EZP-32040: Redesigned welcome page (#614)
 upgrade 2021-01-27 ciastektk ciastektk [4deb6d] EZEE-3453: Added SQL update scripts (#646)
 var 2019-10-01 Douglas Hammond Douglas Hammond [9d9e82] [symfony4] Use correct logs dir (#459)
 .dockerignore 2019-10-01 Douglas Hammond Douglas Hammond [9d9e82] [symfony4] Use correct logs dir (#459)
 .env 2021-05-31 kacper-wieczorek-ibexa kacper-wieczorek-ibexa [f0f78e] selenium update first commit (#658)
 .env.test 2020-10-16 Adam Wójs Adam Wójs [721e9d] Aligned meta repository with Symfony recipes ou...
 .gitignore 2020-10-06 Adam Wójs Adam Wójs [0a7fb5] Added lexik/jwt-authentication-bundle dependenc...
 .php_cs 2017-10-13 Andrew Longosz Andrew Longosz [a0cada] [CS] Aligned php-cs-fixer config with changes i...
 .platform.app.yaml 2020-12-29 Damian Zabawa Damian Zabawa [d47537] EZP-32254: [platform.sh] http cache purge type ...
 .travis.yml 2020-08-12 Marek Nocoń Marek Nocoń [d58a11] [Docker] Switched image format and added Postgr...
 COPYRIGHT 2020-12-31 Andrew Longosz Andrew Longosz [6d1941] EZEE-3422: Prepared LICENSE and COPYRIGHT files...
 LICENSE 2020-12-31 Andrew Longosz Andrew Longosz [6d1941] EZEE-3422: Prepared LICENSE and COPYRIGHT files...
 LICENSE-bul 2020-12-31 Andrew Longosz Andrew Longosz [6d1941] EZEE-3422: Prepared LICENSE and COPYRIGHT files...
 README.md 2021-02-26 DominikaK DominikaK [a68b00] Updated README with information about current d...
 RUNNING_BEHAT.md 2017-08-24 André R André R [10be72] EZP-27788: Update and cleanup docker config for...
 UPGRADE.md 2018-06-25 André R André R [e7a53f] [Doc] Simplify installation doc further (#299)
 behat.yml.dist 2020-11-19 Marek Nocoń Marek Nocoń [222229] Adjusted Behat configuration with prod (#621)
 composer.json 2021-07-07 Robin Chalas Robin Chalas [59aa39] Remove conflict rule for lexik/jwt-authenticati...
 ez.webpack.config.js 2019-06-10 Maciej Kobus Maciej Kobus [7750b0] EZP-30387: Migrate eZ Platform to Symfony 4 (#406)
 ez.webpack.config.manager.js 2019-03-29 Serhey Dolgushev Serhey Dolgushev [6893d3] Handle symlinks for itemToReplace in eZConfigMa...
 ez.webpack.custom.configs.js 2019-04-05 dew326 dew326 [19b2c0] EZP-30406: Cannot add custom webpack config fro...
 package.json 2019-09-03 Damian Zabawa Damian Zabawa [f582c4] EZP-30915: Fix for node version (#450)
 phpunit.xml.dist 2019-07-01 Łukasz Serwatka Łukasz Serwatka [04692f] Added missing references for doctrin-migrations
 webpack.config.js 2020-10-19 ciastektk ciastektk [20dae0] EZP-32040: Redesigned welcome page (#614)

Read Me

Ibexa Platform

Build Status
Downloads
Latest release
License

This repository is no longer in active development!

The master branch of this repository is no longer in development.
Please refer to ibexa/oss for the current, Flex-based repository.

What is Ibexa Platform?

Ibexa Platform is a fully open source professional CMS (Content Management System) developed by Ibexa and the Ibexa Community.

Current Ibexa Platform v3 is built on top of the Symfony 5 framework (Full Stack).

Abstract:

  • Very extensible — You can extend the application and the content model in many ways.
  • Future and backwards compatible — Strong backward compatibility policy on data as well as code.
  • Multi-channel by design — Strong focus on separation between semantic content and design.
  • Scalable — Easily scale across multiple servers out of the box.
  • Future proof — Uses architecture designed to allow even more content scalability and performance in the future.
  • Stable — Built on experience in building CMS that has been gathered since early 2000.
  • Integration friendly — Numerous events and signals to hook into for advanced needs.

Further information:

Ibexa Platform is fully open source and it is the foundation for the commercial Ibexa Digital Experience Platform software, which adds advanced features for editorial teams, entirely built on top of Ibexa Platform APIs.

Installation

Installation instructions below are for installing a clean installation of Ibexa Platform in latest version with no demo content or demo website.
Full installation documentation is in the online docs.
It includes instructions on installing other products (like Ibexa Experience), or other versions.

Prerequisites

These instructions assume you have already installed:

  • PHP (7.3 or higher)
  • Web Server (Recommended: Apache / Nginx. Use of PHP's built-in development server is also possible)
  • Database server (MySQL 5.5+ or MariaDB 10.0+)
  • Composer
  • Git (for development)

For more details on requirements, see online documentation.

Install Ibexa Platform (clean distribution)

Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:

composer create-project --keep-vcs ezsystems/ezplatform ezplatform ^3
cd ezplatform

Note: If composer is installed locally instead of globally, the first command will start with php composer.phar.

You must add your database connection credentials (hostname, login, password) to the environment file.
To do this, in the main project directory, the .env file, change the parameters that are prefixed with DATABASE_ as necessary.
Store the database credentials in your .env.local file. Do not commit the file to the Version Control System.

Use the following command to install Ibexa Platform (insert base data into the database):

composer ezplatform-install

Tip: For a more complete and better performing setup using Apache or Nginx, see how to install Ibexa Platform manually.

Issue tracker

Submitting bugs, improvements and stories is possible on https://jira.ez.no/browse/EZP.
If you discover a security issue, please see how to responsibly report such issues in "Reporting security issues in Ibexa products".

Backwards compatibility

Ibexa Platform aims to be fully content compatible with eZ Publish 5.x, meaning that the content in these versions of the CMS can be upgraded using
online documentation to Ibexa Platform.

Copyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.

LICENSE

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL),
version 2.3 or later versions (as license terms may be updated from time to time)
Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,
as described at: https://www.ibexa.co/product
For the full Ibexa BUL license text, please see:
- LICENSE-bul file placed in the root of this source code, or
- https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)

AND

B - GNU General Public License, version 2
Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:
- LICENSE file placed in the root of this source code, or
- https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.