Skip to content

Commit

Permalink
Merge branch 'master' of github.com:extdn/installer-m2
Browse files Browse the repository at this point in the history
  • Loading branch information
fooman committed Jan 19, 2024
2 parents 5061cf5 + 0321110 commit ed8c956
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ExtDN Installer for Magento 2 modules

[![Build Status](https://travis-ci.org/extdn/installer-m2.svg?branch=master)](https://travis-ci.org/extdn/installer-m2)

![Installer in Action](docs/ProductionModeInstall.gif?raw=true")

The installation of extensions for Magento 2 has a few scenarios to cover depending on your starting position
Expand Down Expand Up @@ -41,7 +39,7 @@ sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/b

#### Oneliner Installation from Fooman Repo
```
sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/bin/oneliner.sh)" -- --template=fooman --repo-url=https://customer-repo.fooman.co.nz/URL-PRIVATE_TOKEN install fooman/emailattachments-m2:^3.0
sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/bin/oneliner.sh)" -- --template=fooman --repo-url=https://customer-repos.fooman.co.nz/URL-PRIVATE_TOKEN install fooman/emailattachments-m2:^3.0
```

### Option 2 - Phar
Expand All @@ -60,7 +58,7 @@ Download and save the [ExtDN_Installer](https://github.com/extdn/installer-m2/ra

#### Phar Installation from Fooman Repo
```
./extdn_installer.phar --template=fooman --repo-url=https://customer-repo.fooman.co.nz/URL-PRIVATE_TOKEN -- install fooman/emailattachments-m2:^3.0
./extdn_installer.phar --template=fooman --repo-url=https://customer-repos.fooman.co.nz/URL-PRIVATE_TOKEN -- install fooman/emailattachments-m2:^3.0
```

## Vendor agnostic
Expand All @@ -74,4 +72,4 @@ the just installed extension was previously installed and is still present in th

If installation is performed in production mode and an error is encountered the site will remain in developer mode.

No Windows support - see #5
No Windows support - see #5

0 comments on commit ed8c956

Please sign in to comment.