如何通过composer安装eZ平台

时间:2022-10-13 17:02:17

How do you install eZ Platform?

你如何安装eZ平台?

I'd like to get starting using it and I hear that the best way is to use composer. The problem for me is I've not used either before :\

我想开始使用它,我听说最好的方法是使用作曲家。对我来说问题是我之前没用过:\

Note: This is a first post to the new * tag: ezplatform. We needed this tag to be created for future support needs and want to ask a good and common first time user question make it clear to future users that they can use the ezplatform tag here on * to ask questions specific to eZ Platform (and not eZ Publish). I realize that this is a rather poor quality first question for the tag and for that I do apologize. Please try to understand.

注意:这是新的*标记的第一篇文章:ezplatform。我们需要创建这个标签以满足未来的支持需求,并且想要问一个好的和常见的第一次用户问题,让未来的用户明白他们可以在*上使用ezplatform标签来询问特定于eZ平台的问题(而不是eZ发布)。我意识到这对标签来说是一个质量相当差的第一个问题,我为此道歉。请尝试理解。

2 个解决方案

#1


You can find full installation guide in official documentation. The only command you need is

您可以在官方文档中找到完整的安装指南。你需要的唯一命令是

curl -s http://getcomposer.org/installer | php
php -d memory_limit=-1 composer.phar create-project --no-dev ezsystems/ezplatform <directory> [<version>]
cd /<directory>/

#2


Just a note here, you can also install eZ Platform with eZ Launchpad now https://ezsystems.github.io/launchpad/ (all on top of Docker)

这里只需注意,您现在也可以使用eZ Launchpad安装eZ平台https://ezsystems.github.io/launchpad/(全部在Docker之上)

#1


You can find full installation guide in official documentation. The only command you need is

您可以在官方文档中找到完整的安装指南。你需要的唯一命令是

curl -s http://getcomposer.org/installer | php
php -d memory_limit=-1 composer.phar create-project --no-dev ezsystems/ezplatform <directory> [<version>]
cd /<directory>/

#2


Just a note here, you can also install eZ Platform with eZ Launchpad now https://ezsystems.github.io/launchpad/ (all on top of Docker)

这里只需注意,您现在也可以使用eZ Launchpad安装eZ平台https://ezsystems.github.io/launchpad/(全部在Docker之上)