Skip to content
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

FEATURE: First install scripts #2

Open
sheggen opened this issue Sep 20, 2021 · 2 comments
Open

FEATURE: First install scripts #2

sheggen opened this issue Sep 20, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@sheggen
Copy link
Contributor

sheggen commented Sep 20, 2021

Rough notes:

Create a config file for managing first install:

  • install.sh script that creates the DBs
  • read application config to prevent db overwrite
  • Implement python's config2 for smarter configuration management across prod/stage/dev

A good config2 example from CELTS app:

@sheggen sheggen added the enhancement New feature or request label Sep 20, 2021
@sheggen
Copy link
Contributor Author

sheggen commented Sep 21, 2021

Progress:

  • install.sh created
  • database creation automated

@sheggen
Copy link
Contributor Author

sheggen commented Oct 5, 2021

Progress:

  • uses config2 for different environments

Next steps:

  • local auth provider if USE_SHIBBOLETH is 0. (Follow the model used already for USE_TRACY?)
  • Start modifying code to leverage APPLICATION FEATURES and LEXICON in default.yaml
  • Write into local_overrides.yaml on install these variable: USE_SHIBBOLETH, USE_TRACY, and USE_BANNER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant