Skip to content

Commit 9940495

Browse files
authored
Update TYPO3 setup command to include sitename (#813)
When running command ``` ddev typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db --create-site ``` I get the error ``` The "--create-site" option requires a value. ```
1 parent 504acd4 commit 9940495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/Quickstart/_installation_ddev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ddev composer create-project "typo3/cms-base-distribution:^14"
1212
# Recommended: Require the default theme
1313
ddev composer req typo3/theme-camino
1414
# Run TYPO3 CLI setup (database credentials are pre-filled)
15-
ddev typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db --create-site
15+
ddev typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db --create-site <sitename>
1616

1717
# Open the Backend login in a browser
1818
ddev launch /typo3/

0 commit comments

Comments
 (0)