Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

magento installer

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.2 <install-directory-name>
Comment

install magento 2

php bin/magento setup:install --base-url="http://magento2.local/" --db-host="localhost" --db-name="magento" --db-user="magento" --db-password="mage3nt0" --admin-firstname="admin" --admin-lastname="admin" --admin-email="user@example.com" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="USD" --timezone="America/Chicago"  --use-rewrites="1"  --backend-frontname="admin"
Comment

PREVIOUS NEXT
Code Example
Shell :: create md5 hash command line 
Shell :: configure static ip address linux 
Shell :: git remember login 
Shell :: nasm compile windows 64 
Shell :: zsh slow in git repo 
Shell :: git compare two branches 
Shell :: right click touchpad ubuntu budgie 
Shell :: run bash script linux with sudo password 
Shell :: git clone recursive submodule 
Shell :: How to list manually installed packages in ubuntu 
Shell :: how to add opt/homebrew/bin to the PATH m1 macbook 
Shell :: regolith linux 
Shell :: bash select 
Shell :: android debug keystore windows 
Shell :: get history command without line numbers 
Shell :: powershell array 
Shell :: start arangodb 
Shell :: delete all files in a directory command 
Shell :: bash echo 
Shell :: ssh with key 
Shell :: install nvm 
Shell :: macbook pro mac address 
Shell :: install php freebsd 
Shell :: add user sudoers arch 
Shell :: ubuntu releases 
Shell :: sudo rmdir recursive 
Shell :: use a specific version of node 
Shell :: take sudo access inside vim 
Shell :: pull unmerged branch 
Shell :: get my ip address linux 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =