streamlined bin

This commit is contained in:
Nick Yeoman 2023-05-17 17:27:45 -07:00
parent cb15ef2534
commit 7e87bed6e4

View File

@ -86,7 +86,7 @@ composer req nickyeoman/symfonycms
composer req symfony/process composer req symfony/process
composer req asset composer req asset
composer req sensio/framework-extra-bundle composer req sensio/framework-extra-bundle
composer req symfony/mailer composer req symfony/mailer # gives prompt
################################################################################ ################################################################################
# Symfony development bundles # Symfony development bundles
@ -113,19 +113,13 @@ composer require symfonycasts/reset-password-bundle
composer req -n orm --with-all-dependencies composer req -n orm --with-all-dependencies
sleep 2 sleep 2
# TODO: In the future you may want to replace this with code
# ( but not here if you are sharing the script)
# sed -n -e '/^DATABASE_URL/p' .env
################################################################################ ################################################################################
# Docker # Docker
################################################################################ ################################################################################
# For the Apache container # For the Apache container
composer req symfony/apache-pack composer req symfony/apache-pack #TODO: find a way to trigger this without interaction as it gives a prompt
#TODO: find a way to trigger this without interaction
# You need the following variables in your env for docker-compose
# You need the following variables in your env for docker-compose # You need the following variables in your env for docker-compose
echo '' >> .env echo '' >> .env
echo '# For Docker compose' >> .env echo '# For Docker compose' >> .env