streamlined bin
This commit is contained in:
parent
cb15ef2534
commit
7e87bed6e4
@ -86,7 +86,7 @@ composer req nickyeoman/symfonycms
|
||||
composer req symfony/process
|
||||
composer req asset
|
||||
composer req sensio/framework-extra-bundle
|
||||
composer req symfony/mailer
|
||||
composer req symfony/mailer # gives prompt
|
||||
|
||||
################################################################################
|
||||
# Symfony development bundles
|
||||
@ -113,19 +113,13 @@ composer require symfonycasts/reset-password-bundle
|
||||
composer req -n orm --with-all-dependencies
|
||||
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
|
||||
################################################################################
|
||||
|
||||
# For the Apache container
|
||||
composer req symfony/apache-pack
|
||||
#TODO: find a way to trigger this without interaction
|
||||
composer req symfony/apache-pack #TODO: find a way to trigger this without interaction as it gives a prompt
|
||||
|
||||
# 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 '# For Docker compose' >> .env
|
||||
|
Reference in New Issue
Block a user