Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docksal command 'init-site' uses wrong syntax for site install command. #44

Closed
Wylbur opened this issue May 2, 2023 · 1 comment
Closed

Comments

@Wylbur
Copy link
Contributor

Wylbur commented May 2, 2023

The site install command needs to be updated to use the latest arguments:

# Install site
site_install ()
{
	cd $DOCROOT_PATH

	# We disable email sending here so site-install does not return an error
	/usr/local/bin/bee/bee.php si \
		--db-name="default" \
		--db-user="user" \
		--db-pass="user" \
		--db-host="db" \
		--site-name='My Backdrop Site' \
		--username="admin" \
		--password="admin" \
		--auto
}
Wylbur added a commit to Wylbur/boilerplate-backdrop that referenced this issue May 2, 2023
shelane pushed a commit that referenced this issue Sep 14, 2024
@shelane
Copy link
Member

shelane commented Sep 14, 2024

Closed via #45

@shelane shelane closed this as completed Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants