Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Adam edited this page Jul 5, 2024 · 3 revisions

Welcome to the documentation for the Starshot prototype!

How do I install Starshot into a different database?

If you're using DDEV, Starshot's ddev quick-start command will install into whichever database is configured in your DDEV environment. Before running ddev quick-start, you can configure it to change the database server.

If you're not using DDEV, you can pass a Drush-style database URL to the composer quick-start command, via an environment variable. For example:

DB=mysql://drupal:cookingWithGas@localhost/starshot composer quick-start

If you don't provide a database URL, Starshot will try to use a SQLite database (web/db.sqlite) if possible. If SQLite isn't available, Drush will prompt you for database information.

Clone this wiki locally