ReDBox is an open source Research Data Management platform that assists researchers and institutions to plan, create and publish their research data assets. ReDBox is one of the most popular research data management tools in Australia. It is currently in use across 12 Australian universities. ReDBox supports the Australian research community to describe and share information about research data collections. It assists data custodians in meeting institutional data management policies, applying the requirements of the Australian Code for the Responsible Conduct of Research, and publishing to Research Data Australia (RDA), the national research data discovery system maintained by the Australian Research Data Commons (ARDC).
The Queensland Cyber Infrastructure Foundation (QCIF) leads the ReDBox development initiative and provides several services including a support subscription service to institutions.
Requirements:
-
Node 12.16.0 Development requires Docker. Run
./runForDev.sh install jit
at least once. -
Docker
Run ./runForDev.sh install jit
It will
- Pull qcifengineering/redbox-portal from docker hub (If a local copy does not exist)
- Compile backend
- Compile frontend
- Then start docker-compose
Open http://localhost:1500 to start browsing
Run ./dockerlocal_dev.sh
It will
- Build a local docker image of qcifengineering/redbox-portal:latest