Skip to content

st3phani/m2-shell-script-installing-magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

m2-shell-script-installing-magento2

The command for your helper of this script is:

sh m2_install.sh -h
sh m2_install.sh --help

Result:
options:
-h, --help                                Show brief help
-r, --run-instalation=DIR                 Run Instalation
-rs, --run-instalation-sampledata=DIR     Run instalation with sampledata

The command to installing Magento 2 without sample data is:

sh m2_install.sh -r
sh m2_install.sh --run-instalation

The command to installing Magento 2 with sample data is:

sh m2_install.sh -rs
sh m2_install.sh --run-instalation-sampledata

For create alias of script, view example:

alias m2i="/your/sh/file/path/file.sh"

After created alias of script, you can run next commands:

With sampledata:

m2i -rs
m2i --run-instalation-sampledata

Without sampledata:

m2i -r
m2i --run-instalation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages