You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
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:
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.