Is there a Drush or Bee command that works to run the install process on a new Backdrop site from the command line? I believe that you can run the install process on a Drupal 7 site with drush. Log in or register to post comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running bee help install for details. Log in or register to post comments
Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev): ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto For more info, run: bee help install Log in or register to post comments
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install