File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ tasks:
1515 docker run --restart always -d --name=mysql -p 127.0.0.1:3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql:8
1616 docker run --restart always -d --name=adminer --link mysql:mysql -p 5000:8080 -e ADMINER_DESIGN=pepa-linha -e ADMINER_DEFAULT_SERVER=mysql -e ADMINER_PLUGINS="tables-filter table-structure json-column version-noverify" ghcr.io/shyim/shopware-docker/adminer
1717
18+ # Configure Github Token. Needed for Symfony Flex
19+ sudo chown -R gitpod:gitpod /home/gitpod/.config/composer
20+ composer config --global github-oauth.github.com $(printf '%s\n' host=github.com | gp credential-helper get | sort | head -2 | tail -1 | sed 's;password=;;')
21+
1822 composer create-project shopware/production:dev-flex . -n
1923 composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator
2024
You can’t perform that action at this time.
0 commit comments