Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Westgate authored Oct 11, 2018
1 parent f84379b commit 7833044
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ services:

build:
# Install Magento
- ${TUGBOAT_ROOT}/magento/bin/magento setup:install
\--base-url=http://localhost/magento/
\--db-host=mysql
\--db-name=tugboat
\--db-user=tugboat
\--db-password=tugboat
\--backend-frontname=admin
\--admin-firstname=admin
\--admin-lastname=admin
\[email protected]
\--admin-user=admin
\--admin-password=admin123
\--language=en_US
\--currency=USD
\--timezone=America/Chicago
\--use-rewrites=1
#- ${TUGBOAT_ROOT}/magento/bin/magento setup:install
# \--base-url=http://localhost/magento/
# \--db-host=mysql
# \--db-name=tugboat
# \--db-user=tugboat
# \--db-password=tugboat
# \--backend-frontname=admin
# \--admin-firstname=admin
# \--admin-lastname=admin
# \[email protected]
# \--admin-user=admin
# \--admin-password=admin123
# \--language=en_US
# \--currency=USD
# \--timezone=America/Chicago
# \--use-rewrites=1

- ln -snf "${TUGBOAT_ROOT}/magento/magento2ee" "${DOCROOT}"
#- ln -snf "${TUGBOAT_ROOT}/magento/magento2ee" "${DOCROOT}"

mysql:
image: tugboatqa/mysql:5

0 comments on commit 7833044

Please sign in to comment.