<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://178.140.10.58:8080/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://178.140.10.58:8080/feed.php">
        <title>Библиотека знаний - php:pimcore</title>
        <description>Заметки IT программиста</description>
        <link>http://178.140.10.58:8080/</link>
        <image rdf:resource="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T15:53:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://178.140.10.58:8080/doku.php?id=php:pimcore:install"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Библиотека знаний</title>
        <link>http://178.140.10.58:8080/</link>
        <url>http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://178.140.10.58:8080/doku.php?id=php:pimcore:install">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-25T19:54:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install</title>
        <link>http://178.140.10.58:8080/doku.php?id=php:pimcore:install</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;install&quot;&gt;Install&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code bash&quot;&gt;$ &lt;span class=&quot;kw2&quot;&gt;git clone&lt;/span&gt; http:&lt;span class=&quot;sy0&quot;&gt;//&lt;/span&gt;95.143.220.95:&lt;span class=&quot;nu0&quot;&gt;8082&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;pimcore&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;compose-pimcore.git
$ &lt;span class=&quot;kw3&quot;&gt;cd&lt;/span&gt; compose-pimcore
$ .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;environment byobu
$ &lt;span class=&quot;kw2&quot;&gt;nano&lt;/span&gt; .env
$ .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;environment byobu
$ run up &lt;span class=&quot;re5&quot;&gt;-d&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;code bash&quot;&gt;$ &lt;span class=&quot;kw2&quot;&gt;rm&lt;/span&gt; &lt;span class=&quot;re5&quot;&gt;-rf&lt;/span&gt; ..?&lt;span class=&quot;sy0&quot;&gt;*&lt;/span&gt; .&lt;span class=&quot;br0&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;!&lt;/span&gt;.&lt;span class=&quot;br0&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;sy0&quot;&gt;*&lt;/span&gt;
$ &lt;span class=&quot;re2&quot;&gt;COMPOSER_MEMORY_LIMIT&lt;/span&gt;=-&lt;span class=&quot;nu0&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;kw2&quot;&gt;git clone&lt;/span&gt; https:&lt;span class=&quot;sy0&quot;&gt;//&lt;/span&gt;github.com&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;pimcore&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;skeleton.git .
$ &lt;span class=&quot;re2&quot;&gt;COMPOSER_MEMORY_LIMIT&lt;/span&gt;=-&lt;span class=&quot;nu0&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;kw2&quot;&gt;git clone&lt;/span&gt; https:&lt;span class=&quot;sy0&quot;&gt;//&lt;/span&gt;github.com&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;pimcore&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;demo.git .&lt;/pre&gt;
&lt;pre class=&quot;code bash&quot;&gt;$ composer &lt;span class=&quot;kw2&quot;&gt;install&lt;/span&gt;
$ install-pimcore &lt;span class=&quot;re5&quot;&gt;--ignore-existing-config&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;code bash&quot;&gt;curl &lt;span class=&quot;re5&quot;&gt;-XGET&lt;/span&gt; http:&lt;span class=&quot;sy0&quot;&gt;//&lt;/span&gt;pimcore.docker&lt;/pre&gt;
&lt;pre class=&quot;code bash&quot;&gt;$ &lt;span class=&quot;kw3&quot;&gt;cd&lt;/span&gt; compose-pimcore
$ .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;environment byobu
$ php .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;bin&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;console pimcore:bundle:list
$ php .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;bin&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;console pimcore:bundle:enable
$ php .&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;bin&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;console pimcore:bundle:install&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
