pimcore教程

In my last article about Digital Transformation, I explained how much it is important to have an excellent platform for implementing our digital strategy.

在上一篇有关数字化转型的文章中,我解释了拥有一个出色的平台来实施我们的数字化战略非常重要。

I don’t want to bore you again with the same old story, just a small recap to refresh why we are looking at Pimcore as a solution for the CMS\DPX :

我不想再用相同的旧故事让您感到厌烦,只是简要回顾一下我们为什么将Pimcore视为CMS \ DPX的解决方案:

  • Opensource

    开放源代码
  • Decoupled\Headless presentation

    解耦\无头演示
  • MDM engine that avoids time-wasting on reading\writing data

    MDM引擎可避免浪费时间读取/写入数据
  • Powerful CMS Engine

    强大的CMS引擎

That doesn’t mean that Pimcore is the solution to all evils, but

这并不意味着Pimcore是解决所有弊端的方法,但是

It is the right tool for who intend invest on a website

对于打算在网站上进行投资的人来说,这是正确的工具

In this article, I will try to show all the Pimcore capabilities building a blog from scratch.

在本文中,我将尝试展示从头开始构建博客的所有Pimcore功能。

I will cover the most important topic on Pimcore with a step by step explanation.

我将逐步介绍有关Pimcore的最重要主题。

After this tutorial, you will be able to start working on a Pimcore website. Moreover, reading this article will help to understand if this solution suits you.

之三本教程A F,你就可以开始Pimcore网站上的工作。 此外,阅读本文将有助于了解此解决方案是否适合您。

路线图 (The Roadmap)

I don’t’ want to annoy with a pure theoretical explanation, so I created a hands-on-code tutorial that leads to a blog site creation.

我不想惹恼纯粹的理论解释,所以我创建了一个动手代码教程,可以创建博客站点。

This article is divided into the following part:

本文分为以下部分:

  1. How to install Pimcore

    如何安装Pimcore
  2. Setup the theme (and manage CMS pages)

    设置主题(并管理CMS页面)
  3. The Blog Data (custom data entry)

    博客数据(自定义数据条目)
  4. The BlogRoll (Bricks and widget for custom UI)

    BlogRoll(用于自定义UI的砖块和小部件)

All the source code is available on GitHub (link at the bottom).

所有源代码都可以在GitHub上找到(底部链接)。

Image for post
Photo by Frank Vessia on Unsplash
Frank VessiaUnsplash拍摄的照片

如何安装Pimcore(How to install Pimcore)

The easier solution is to use the docker image. You can use the following docker-compose file.

较简单的解决方案是使用docker映像。 您可以使用以下docker-compose文件。

Then running docker-compose up your environment will start in a while, downloading all required dependencies. The main issue relating to the setup about the meaning of “docker image.” The Pimcore docker image is not a ready-to-go setup, but an environment suitable for running a Pimcore environment. In simple words, you have the webserver, the right PHP version, all tuning done, but you have to install Pimcore inside the container.

然后运行docker-compose up您的环境将在一段时间后开始,下载所有必需的依赖项。 与有关“ docker image”含义的设置有关的主要问题。 Pimcore泊坞映像不是即用型设置,而是适合于运行Pimcore环境的环境。 简而言之,您已经完成了Web服务器,正确PHP版本和所有调优,但是您必须在容器内安装Pimcore

Installing Pimcore needs a few steps, and you can use the following commands:

安装Pimcore需要几个步骤,您可以使用以下命令:

# enter the container
docker exec -it pimcore-php bash


COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton tmp
mv tmp/.[!.]* .
mv tmp/* .
rmdir tmp

#run installer (need database credential, creates admin user)
./vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore

Because the process needs a lot of files it can take a while, please be patient and do not shut down the

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
pimcore企业内容管理平台更新内容: 大写字母和空格:从今天起,大写字母和空格可以合并到所有资产、文档和对象键的文件名中。 新的图像适配器:现在有一个新的图像适配器,利用 ImageMagick 命令行工具,当 Imagick PHP 模块不可用是一个很好的选择。 utf8mb4 支持:Pimcore 现在在整个系统都支持 utf8mb4, 这意味着可以文本中使用本机表情符号。 对象关系数据类型:现在可以在编辑界面中显示单个文本,而不是路径/ ID。 pimcore企业内容管理平台简介 Pimcore是一个纯粹的基于 Zend Framework,使用PHP 5编写的面向对象的系统。它的结构遵循基本的 MVC (模型视图控制器) 模式, 以及所有可以用Pimcore 中的 Zend Framework 的 API (应用程序接口) (数据库抽象,缓存,i18n等), 模块和助手 (Zend View Helpers等)。其前端管理界面是由 Ext JS 的用户界面组件驱动的。前端和后端之间的沟通是基于纯粹的异步 JavaScript (Ajax) 和 XML 的。 开发者还可以通过插件和widget (扩展部件) 对其进行扩展。扩展可以通过使用一个专门的插件分发服务器或通过使用主要插件注册表的方式来进行。它提供 PHP-Java 桥接和健壮的 Apache 接口来集成基于 Java 的应用程序和对象。 Pimcore 支持多语言,但目前中文翻译进度才69%,估计不久的将来就可以看到完整的简体中文语言、、 pimcore企业内容管理平台页面展示  相关阅读 同类推荐:程序框架

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值