Adam

Results 158 comments of Adam

> Redirect to Project Browser at the end of installation I'm not sure this is actually gonna happen. The way things work now, with the CLI-based instant installation, you open...

I'm not sure we're going to be able to fix this outside of core. Core's `install` script, which we use, hard-codes the use of SQLite. To my dismay, I discovered...

This is partially done in #108. If you use DDEV, the installer will now use whatever database it's providing, instead of forcing SQLite. Installing on the host machine still defaults...

Database credentials are changeable both in bare-metal and DDEV environments, as of #108 and #111. (See https://github.com/phenaproxima/starshot-prototype/issues/10#issuecomment-2183683334.) Changing the doc root is more involved, but certainly doable. We can do...

@MatthieuScarset, I tried to review this but for some reason, Lando is always giving me this error: ``` ERROR ==> Cannot read properties of null (reading 'trim') ``` ...and refusing...

Having pondered this for some time, I'm not really convinced we should merge this. My reasons: * It's taken a lot of iterating and fiddling around to get DDEV support...

I have not been able to get this module to work in my local instance of Starshot. Some weird JavaScript errors and whatnot.

Starshot is happy to patch core and modules as needed - is there a patch/issue somewhere I could use? If it fixes the problems, I would love to give this...