akeneo/pim-community-standard
最新稳定版本:v7.0.84
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.1 \ php /usr/local/bin/composer create-project --prefer-dist \ akeneo/pim-community-standard /srv/pim "dev-master@dev"
$ 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.
统计信息
- 总下载量: 84.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 421
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2013-09-25