-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration wizard #148
Comments
I suggest to make a global command-line tool, which will ask, i.e.:
|
I think it can be not only command-line, but with web interface too. It will create a php server with auto searching for a free tcp port and display output like "Go to http://localhost:8080 to continue installation". Such a tool will be good-looking in a public container image. |
Not sure it worth it to create a web interface for it. Developers are usually OK with console. |
In a web interface it's more comfortable to use checkboxes, display wizard progress and see the result of your choices. |
I can make a console configuration wizard |
May be should it be separate console utility in separate repo?
No. It is issue for Yii Dev Panel. But current issue about console wizard. |
if this task is still relevant, I can try to do it in my repository and then transfer it to you |
It is relevant. |
A console configuration wizard will be great to have. For example:
will install db package and configure it.
The text was updated successfully, but these errors were encountered: