Skip to content

itpartnersillinois/ProgramInformationV2

Repository files navigation

IT Partners README.MD file

Summary:

This is the new Program Information for IT Partners, used to organize programs, credentials, and courses.

Production location:

This consists of five applications:

Development location:

Currently, none. We do development on local machines, and will host temporary sites when end users need to see development work.

How to deploy to production/development:

CI/CD

How to set up locally:

Download and point to an empty AWS OpenSearch Service. The function code will install the necessary indicies, and the blazor app will install the database tables.

You can get your IP address by using http://checkip.amazonaws.com/.

Information about EF Core Tools:

Make sure the ProgramInformationV2 project is set up as the startup project before running the commands below:

Add-Migration -Name {migration name} -Project ProgramInformationV2.Data

Update-Database -Project ProgramInformationV2.Data

If you run into the issue "The certificate chain was issued by an authority that is not trusted.", then add TrustServerCertificate=True to the connection string.

Code to delete the test items in the OpenSearch Service

`` POST /pcr2_courses/_delete_by_query { "query": { "match": { "source": "test" } } }

POST /pcr2_requirementsets/_delete_by_query { "query": { "match": { "source": "test" } } }

POST /pcr2_programs/_delete_by_query { "query": { "match": { "source": "test" } } }

POST /pcr2_staticcode/_delete_by_query { "query": { "match": { "source": "test" } } } ``

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •