-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add wis2box-create-config.py to generate configuration files #473
Comments
|
@tomkralidis Can we provide default keywords for synop and temp discovery metadata ? |
I've created PR #476 for this. Here is how it works: The user executes the new script 'wis2box-create-config.py' and answers a series of question on the command-line:
Then start the wis2box: Login to the wis2box: Run the publish and add-collection commands:
And visit the URL specified by the user to see: |
@tomkralidis to review by end of 30 August. |
In order to simplify the wis2box-configuration, we could have a script that is run from the command-line and asks the users for a series of questions and then generates the configuration-files.
So in addition to 'wis2box-ctl.py' we would have 'wis2box-create-config.py'
'wis2box-ctl.py' could run a test to check if the configuration-files are missing and suggest the user to run 'wis2box-create-config.py' first.
The text was updated successfully, but these errors were encountered: