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
Right now, for ease of setup, the launcher installs Drupal directly into the app bundle. So, on the Mac, when you delete the launcher, you delete the site too.
This probably isn't a viable real-world choice because it breaks the ability for the app to update itself, and it makes it very hard, or impossible, for a user to grab their Drupal code base as an archive or have multiple sites available to the launcher.
Not exactly sure what the right approach here is, probably needs some product and/or UX input.
A reasonable start might be to create the site in a user data directory that is available to Electron (see https://www.electronjs.org/docs/latest/api/app#appgetapppath for some options). The longer-term solution is probably to become a mini-MAMP and allow multiple sites to be created and served by multiple instances of the PHP server.
The text was updated successfully, but these errors were encountered:
Right now, for ease of setup, the launcher installs Drupal directly into the app bundle. So, on the Mac, when you delete the launcher, you delete the site too.
This probably isn't a viable real-world choice because it breaks the ability for the app to update itself, and it makes it very hard, or impossible, for a user to grab their Drupal code base as an archive or have multiple sites available to the launcher.
Not exactly sure what the right approach here is, probably needs some product and/or UX input.
A reasonable start might be to create the site in a user data directory that is available to Electron (see https://www.electronjs.org/docs/latest/api/app#appgetapppath for some options). The longer-term solution is probably to become a mini-MAMP and allow multiple sites to be created and served by multiple instances of the PHP server.
The text was updated successfully, but these errors were encountered: