Download the PHP package vardumper/ibexa-on-docker without Composer
On this page you can find all versions of the php package vardumper/ibexa-on-docker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ibexa-on-docker
Ibexa DXP on Docker
This helper repository sets up a new Ibexa DXP project for you with a pre-made Docker configuration to get you started quicker.
The official Ibexa meta package installation is executed during install. Ibexa will be placed in the app
folder. This repository acts as a wrapper that includes a docker development configuration around it.
Requirements
- Docker installed and running (
brew install --cask docker
) - Composer installed (
brew install node
) - Node (
brew install node
) and Yarn installed (npm install --global yarn
)
Getting started
During installation, you will be prompted to enter your Ibexa credentials. You can get them in Ibexa's support panel. The official documentation has more details on credentials.
Store your Ibexa credentials globally composer config --global http-basic.updates.ibexa.co <installation-key> <token-password>
.
You will need to repeat this step (see below) inside the PHP container, so that composer can install additional dependencies or fetch updates.
Installation
Step 1: Pick one flavour of Ibexa. Exceute one of the following commands:
Step 2: Finalizing the installation
Accessing the site
Frontend: http://localhost:8080
Backend: http://localhost:8080/admin/login
The default credentials are username admin
and password publish
.
Whats included
As a personal preference I am using the bitnami images for Nginx, PHP and MariaDB.
- Nginx v1.24.0
- PHP-FPM v8.2.7
- MariaDB v10.8.8
- Elasticsearch v8.8.2
- Redis v6.2
Making adjustments
If you want to run the containers on different ports, you can do so by adjusting the docker-compose.yml file. If you want to use different container images, feel free to make your adjustments in the docker-compose.yml file, as well.
It's yours
The project you just created is yours. It has already been initialized