Skip to content

Commit

Permalink
changed links DE (#138)
Browse files Browse the repository at this point in the history
- missing in last commit
  • Loading branch information
sreichel authored Nov 21, 2024
1 parent ba0c649 commit eb51da7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 88 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 4 additions & 32 deletions de/magento-lts/install.html → de/openmage/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,39 +62,11 @@ <h2 class="graphic-info__title">Installation über Composer</h2>
<div class="install-instructions">
<div class="container">
<div class="row">
<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">aydin-hassan/magento-core-composer-installer</h3>
<div class="install-instructions__code">
<pre><code>{
"require": {
"aydin-hassan/magento-core-composer-installer": "*",
"openmage/magento-lts": "{{ site.data.versions.composer.latestStableBranch }}"
},
"extra": {
"magento-core-package-type": "magento-source",
"magento-root-dir": "htdocs"
}
}</code></pre>
</div>
</div>

<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">aoepeople/composer-installers</h3>
<div class="install-instructions__code">
<pre><code>{
"require": {
"aoepeople/composer-installers": "*",
"openmage/magento-lts": "{{ site.data.versions.composer.latestStableBranch }}"
}
}
</code></pre>
</div>

<div class="install-instructions__item">
<h4 class="card-title">Installations-Anleitung</h4>
<p class="install-instructions__warning">
<strong>Warnhinweis:</strong>
Der Wechsel zum AOEs Composer-Installationsprogramm löscht Deinen htdocs-Ordner, es werden nicht nur
die magento-lts-Dateien kopiert. Wenn Du bereits symlinks auf local.xml, media und var-Ordner
hast - dann mache einfach weiter.
Hier weiterlesen:
<a href="https://docs.openmage.org/users/install/_use-composer/">https://docs.openmage.org/users/install/use-composer/</a>
</p>
</div>
</div>
Expand Down
File renamed without changes.
62 changes: 6 additions & 56 deletions openmage/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,63 +64,13 @@ <h2 class="graphic-info__title">Install via composer</h2>
<div class="install-instructions">
<div class="container">
<div class="row">
<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">Step 1: Create a new composer project</h3>
<div class="install-instructions__code">
<pre><code>composer init</code></pre>
</div>
</div>

<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">Step 2: Configure composer. The below options are required. You can <a href="https://github.com/AydinHassan/magento-core-composer-installer#configuration" target=_blank>see all options here</a>.</h3>
<div class="install-instructions__code">
<pre><code>
# Allow composer to apply patches to dependencies of magento-lts
composer config --json extra.enable-patching true

# Configure Magento core composer installer to use magento-lts as the Magento source package
composer config extra.magento-core-package-type magento-source

# Configure the root directory that magento-lts will be installed to, such as "pub", "htdocs", or "www"
composer config extra.magento-root-dir pub
</code></pre>
</div>
</div>

<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">Step 3: Require magento-core-composer-installer</h3>
<div class="install-instructions__code">
<pre><code>
# PHP 7
composer require "aydin-hassan/magento-core-composer-installer":"~2.0.0"

# PHP 8
composer require "aydin-hassan/magento-core-composer-installer":"^2.1.0"
</code></pre>
</div>
<p>Note: be sure to select y if composer asks you to trust aydin-hassan/magento-core-composer-installer.</p>
</div>

<div class="install-instructions__item col-lg-10 offset-lg-1 col-xl-6 offset-xl-0">
<h3 class="install-instructions__title">Step 4: Require the appropriate version of magento-lts</h3>
<div class="install-instructions__code">
<pre><code>
# Latest tagged v20 series release
composer require "openmage/magento-lts":"^20.0.0"

# Legacy v19 tagged release (Magento 1.9.4.x drop-in replacement supported until April 4, 2025)
composer require "openmage/magento-lts":"^19.4.0"

# Latest on "main" development branch
composer require "openmage/magento-lts":"dev-main"

# Latest on "next" development branch
composer require "openmage/magento-lts":"dev-next"
</code></pre>
</div>
<p>Note: be sure to select y if composer asks you to trust magento-hackathon/magento-composer-installer or cweagans/composer-patches.</p>
<div class="install-instructions__item">
<h4 class="card-title">Install instructions</h4>
<p class="install-instructions__warning">
Continue reading:
<a href="https://docs.openmage.org/users/install/_use-composer/">https://docs.openmage.org/users/install/use-composer/</a>
</p>
</div>

</div>
</div>
</div>

0 comments on commit eb51da7

Please sign in to comment.