This version of the Ed-Fi ODS / API is no longer supported. See the Ed-Fi Technology Version Index for a link to the latest version.
Step 3. Download the Ed-Fi ODS / API Source Code
- Ian Christopher
- Aaron Wells [X]
- Chris Moffatt (Deactivated)
Before you begin this step, make sure you have a license and a login to access the Ed-Fi Alliance source code repository in GitHub. The Ed-Fi ODS / API source code is contained in three Ed-Fi repositories hosted by GitHub at https://github.com/Ed-Fi-Alliance. The repository names are:
- Ed-Fi-Common
- Ed-Fi-ODS
- Ed-Fi-ODS-Implementation
Follow these steps to download each of the repository archives from the relevant master (Ed-Fi-Common) or development branch (Ed-Fi-ODS and Ed-Fi-ODS-Implementation) and then extract them:
- Download code from GitHub.
- To use code from the latest stable release, navigate to https://github.com/Ed-Fi-Alliance/Ed-Fi-Common/tree/v2.1.1, https://github.com/Ed-Fi-Alliance/Ed-Fi-ODS/tree/v2.1.1, and https://github.com/Ed-Fi-Alliance/Ed-Fi-ODS-Implementation/tree/v2.1.1, downloading each of the repository archives to your local drive using the Download ZIP button.
- To use code from the latest daily source (less stable), navigate to https://github.com/Ed-Fi-Alliance/Ed-Fi-Common, https://github.com/Ed-Fi-Alliance/Ed-Fi-ODS/tree/development, and https://github.com/Ed-Fi-Alliance/Ed-Fi-ODS-Implementation/tree/development, downloading each of the repository archives to your local drive using the Download ZIP button.
- In Windows Explorer, right-click each of the downloaded ZIP files and select Properties. On the General tab, press Unblock to allow the contents of the contained scripts to execute properly.
- In Windows Explorer, right-click on each of the downloaded ZIP files and select Extract All… Enter C:\ for the target folder.1 The ZIP files contain an embedded folder ending in “-2.0” (or "-development or -master if downloading latest daily source). For example, the “Ed-Fi ODS ZIP” archive contents will be extracted into “C:\Ed-Fi-ODS-20.”
- After the extractions are complete, rename the folders to remove the "-2.0" or “-master" or "-development" from the folder names. For example, change “C:\Ed-Fi-ODS-2.0” to C:\Ed-Fi-ODS.
- When the extraction and renaming is complete, there should be three folders for the dashboard source code as shown below:
SQL Server must be installed on your local machine. If you are using an installation of SQL Server 2012 other than the default instance, you will need to change a number of configuration settings. First, in the solution *.config files, replace all instances of Data Source=.; and Data Source=(local); in the solution with appropriate connection strings. Next, replace the value of the $sqlServerName variable in C:\Ed-Fi-ODS-Implementation\logistics\scripts\activities\build\Development.vars.ps1 with the SQL Server instance to which your solution is using.
1 Any path will work. These setup instructions assume you've selected C:\. If you use a different path, then substitute your chosen path where appropriate in the setup instructions throughout this documentation.