定制 akeneo/pim-community-standard 二次开发

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

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

akeneo/pim-community-standard

Composer 安装命令:

composer create-project akeneo/pim-community-standard

包简介

The "Akeneo Community Standard Edition" distribution

README 文档

README

Welcome to Akeneo PIM.

This repository is used to create a new PIM project based on Akeneo PIM.

If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository https://github.com/akeneo/pim-community-dev and submit a pull request.

Installation instructions

Development Installation with Docker

Requirements

  • Docker 19+
  • docker-compose >= 1.24
  • make

Creating a project and starting the PIM

The following steps will install Akeneo PIM in the current directory (must be empty) and launch it from there:

$ docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:8.3 \
    php /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "v2026.3"
$ make

The PIM will be available on http://localhost:8080/, with admin/admin as default credentials.

To shutdown your PIM: make down

Installation without Docker

$ php /usr/local/bin/composer create-project --prefer-dist akeneo/pim-community-standard /srv/pim "dev-master@dev"

You will need to change the .env file to configure the access to your MySQL and ES server.

Once done, you can run:

$ NO_DOCKER=true make

For more details, please follow https://docs.akeneo.com/master/install_pim

Upgrade instructions

To upgrade Akeneo PIM to a newer version, please follow: https://docs.akeneo.com/master/migrate_pim/index.html

Changelog

You can check out the changelog files in https://github.com/akeneo/pim-community-dev.

akeneo/pim-community-standard 适用场景与选型建议

akeneo/pim-community-standard 是一款 基于 Shell 开发的 Composer 扩展包,目前已累计 87.64k 次下载、GitHub Stars 达 424, 最近一次更新时间为 2013 年 09 月 25 日, 在 PHP 生态内属于活跃度较高的组件。

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

围绕 akeneo/pim-community-standard 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

  • 总下载量: 87.64k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 429
  • 点击次数: 26
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 424
  • Watchers: 88
  • Forks: 197
  • 开发语言: Shell

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2013-09-25