Skip to content

Commit

Permalink
Add setup hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Apr 17, 2024
1 parent 8aa111f commit 590c21f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .ddev/hook_01_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ function setup_bats() {
fi
}

function setup_bats() {
echo -e "${txtblu}=========================================================="
echo -e "> Development setup completed"
echo -e "==========================================================${txtrst}"

echo "You can now login to your dev environment by using 'ddev ssh'"
echo "Then you can run:"
echo " bin/n98-magerun2 --root-dir=/opt/magento-test-environments/magento_<version>"
}

setup_composer
setup_test_magento_environments
setup_bats
setup_success

0 comments on commit 590c21f

Please sign in to comment.