Skip to content

Fix pyDAS Installation module to properly configure server #6

Description

@bvanfleet

The pyDAS.install module was created before we consolidated our configuration into one YAML. It also lacked functionality into creating a uWSGI configuration script. The former issue causes the GitHub workflow step to run the install script to fail, and has subsequently been disabled.

We should fix the script to:

  • Use the consolidated configuration script
  • (Optional) Support manually configuring the script via CLI arguments.
  • Configure the uWSGI config options (consider either creating a new INI file, or adding a uwsgi section to our pydas.yaml)
  • Deploy a new database (especially for SQLite) if required.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions