- Install .NET Core 2.2
- Install Azure Storage Emulator (Make sure you are on v5.3)
- Install Azure Storage Explorer
- Install the editor of your choice:
- Clone this repository
- Grab the das-roatp-oversight configuration json file from das-employer-config
- Create a Configuration table in your (Development) local Azure Storage account.
- Add a row to the Configuration table with fields: PartitionKey: LOCAL, RowKey: SFA.DAS.RoatpOversight_1.0, Data: {The contents of the local config json file}.
- Alter the SqlConnectionString value in the json to point to your database.
-
dotnet run
the following projects:- SFA.DAS.RoatpOversight.Web
-
Navigate to (https://localhost:45667) and you should see the start page.
-
run the following repos locally to get the application working, and dashboard links working suitably
- apply Service (https://github.com/SkillsFundingAgency/das-apply-service)
- admin Service (https://github.com/SkillsFundingAgency/das-admin-service)
- assessor Service (https://github.com/SkillsFundingAgency/das-assessor-service)
- Roatp Service (https://github.com/SkillsFundingAgency/das-roatp-service)