All Projects β†’ ezsystems β†’ ezplatform-ee

ezsystems / ezplatform-ee

Licence: other
Fork of the "ezplatform" meta repository, contains changes to composer.json that pull in all dependencies from updates.ez.no for Ibexa Experience (a commercial distribution of Ibexa Platform with additional features).

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language
VCL
57 projects
Twig
543 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to ezplatform-ee

project
πŸš€ Repo to `composer create project` a Bolt 5 project.
Stars: ✭ 27 (+17.39%)
Mutual labels:  composer-project
composer-project
Skeleton for Shopware projects with composer
Stars: ✭ 72 (+213.04%)
Mutual labels:  composer-project
lyapi
δΈ€δΈͺζœ‰θΆ£ηš„ PHP εΌ€ε‘ζ‘†ζžΆγ€ Gitee Star 100+ 】
Stars: ✭ 18 (-21.74%)
Mutual labels:  composer-project
Panel
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Stars: ✭ 2,988 (+12891.3%)
Mutual labels:  composer-project

Ibexa Experience

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/experience for the current, Flex-based repository.

What is Ibexa Experience?

Ibexa Experience is commercial Digital Experience Platform (DXP) software developed by Ibexa.

Ibexa Experience derives from Ibexa Platform. It is composed of a set of bundles. Ibexa Experience, like Ibexa Platform, is built on top of the Symfony framework (Full Stack). It has been in development since 2014.

How to get access to Ibexa Experience?

While this meta repository, ezplatform-ee, is public to ease installation and upgrades, full access can be obtained in one of three ways:

Further information:

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

Installation

Installation instructions below are for installing a clean installation of Ibexa Experience in latest version with no demo content or demo website. Full installation documentation is in the online docs.

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 further information on requirements see online doc.

Install Ibexa Platform (clean enterprise 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-ee 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 Experience (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 Experience manually.

Issue tracker

Submitting bugs, improvements and stories is possible on https://jira.ez.no/browse/EZEE. If you discover a security issue, please see how to responsibly report such issues on https://www.ibexa.co/software-information/security.

Backwards compatibility

Ibexa Experience 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 Experience.

COPYRIGHT

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:

AND

B - Ibexa Trial and Test License Agreement (Ibexa TTL), version 2.2 or later versions (as license terms may be updated from time to time) Trial can be granted by Ibexa, reach out to Ibexa AS for evaluation access: https://www.ibexa.co/about-ibexa/contact-us For the full Ibexa TTL license text, please see:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].