Configure on first boot #1013
Replies: 3 comments
-
So you're suggesting installation screens. It's something we've discussed and there are certainly security concerns with such an approach. Naturally, we wouldn't be asking for database credentials, that's not how Laravel works. But I think a wizard-like set of screens hand-holding you through the set-up could be an option. Perhaps this should be something the hub does when you first login? A bit like a SaaS product would take you through the initial set-up steps. Then we also need to consider whether this needs to be automated for the command line. |
Beta Was this translation helpful? Give feedback.
-
Another thought is, if it was a set-up thing in the hub, which was prompted on first login, it could potentially be re-accessed later if the admin wanted to set-up something again. |
Beta Was this translation helpful? Give feedback.
-
I am just trying to simplify this feature, and here is my idea: As it is mentioned that there are security concerns, and it doesn't match with Laravel's project setup approaches, a widget in the Hub could work better. I am not 100% familiar with Lunar but the following points, in general, should be considered.
An example of this: The WooCommerce admin widget after you install and configure WooCommerce. So, the plugin is already installed and configured, but it says user that you are missing some essential data to make your store work. In this way, we avoid dealing with security concerns, and Laravel's approach, and, there is no need to make it accessible for later configuration. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
there are some data that are set manually during installation
Describe the solution you'd like
create an installation page where the user can define currency, tax and channel data
Additional context
an example is what wordpress does.. where the user defines the database, login, site name, etc.
Beta Was this translation helpful? Give feedback.
All reactions