Getting the software
RDA Registry Software is open source and is available at our GitHub page.
The Metadata Registry, the Portal and the Access Management System is packaged in the same repository and is internally identified as RDA Registry Core. This PHP codebase serves as the core functionality of the Registry Software package. The codebase is available at https://github.com/au-research/ANDS-Registry-Core and can either be downloaded as a zip file https://github.com/au-research/ANDS-Registry-Core/archive/master.zip or cloned from https://github.com/au-research/ANDS-Registry-Core.
The Harvester code is available at https://github.com/au-research/ANDS-Harvester. This module works closely with the RDA Registry Core codebase.
The Handle Serive (previously known as PIDs Service) code is available at https://github.com/au-research/ANDS-PIDS-Service
The RIFCS Java API is available at https://github.com/au-research/ANDS-RIFCS-API
License Terms
As a standard, we normally clone/install our software at /var/www/core. This will require sufficient changes in httpd.conf to allow The root document to resolve to this directory. For more installation instruction, refer to our installation documentation.