-
-
Notifications
You must be signed in to change notification settings - Fork 203
Add installation flow #9
Comments
I prefer option 1... I think it's nice to keep the views and interfacing in the app and allow remote setup of envs. Although, I DO think it's nice to be able to setup a vanilla API without the app (still, that has CLI, right?). Additional API envs should not require manual configuration. I think there could be a global INSTALL LOCK that prohibits new env installs. Either a Definitely need to discuss this one more... warrants a dedicated Meet. |
Comment from previous ticket:
|
Make the install helper into a class with a persistent base and config path Ref: #9
Can you add this to the docs @wellingguzman? Just input / output is fine for now, I can write the descriptions later |
added here: 805f926 |
This can be done in either of two ways:
Create installation endpoints
The API has an endpoint that can be
POST
-ed to to create a (new) config file. This means the application can have an installation flow build in that can be used for any api.Add GUI in the API
When trying to use the api from the browser when there is no config file setup redirects to the install wizard.
There are a few unanswered questions:
The text was updated successfully, but these errors were encountered: