定制 vardumper/ibexa-on-docker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vardumper/ibexa-on-docker

最新稳定版本:0.1.1

Composer 安装命令:

composer create-project vardumper/ibexa-on-docker

包简介

Ibexa on Docker

README 文档

README

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:

composer create-project vardumper/ibexa-on-docker <my-folder> # Installs Ibexa DXP Open Source (default)
composer create-project vardumper/ibexa-on-docker:dev-experience <my-folder> # Installs Ibexa DXP Experience
composer create-project vardumper/ibexa-on-docker:dev-commerce <my-folder> # Installs Ibexa DXP Commerce
composer create-project vardumper/ibexa-on-docker:dev-content <my-folder> # Installs Ibexa DXP Content

Step 2: Finalizing the installation

cd <my-folder> # change into the project folder
docker-compose up -d # this will start the containers
docker exec ibexa-php /bin/bash -c "cd /app;composer config --global http-basic.updates.ibexa.co <installation-key> <token-password>" # stored credentials in php container
docker exec ibexa-php /bin/bash -c "cd /app;composer req predis/predis" # add required package for redis
docker exec ibexa-php /bin/bash -c "cd /app;php bin/console ibexa:install" # initialize database, run migrations, finalize setup

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

vardumper/ibexa-on-docker 适用场景与选型建议

vardumper/ibexa-on-docker 是一款 基于 Dockerfile 开发的 Composer 扩展包,目前已累计 73 次下载、GitHub Stars 达 2, 最近一次更新时间为 2023 年 07 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 vardumper/ibexa-on-docker 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 vardumper/ibexa-on-docker 我们能提供哪些服务?
定制开发 / 二次开发

基于 vardumper/ibexa-on-docker 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 73
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 13
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: Dockerfile

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-07-05