Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.18 KB

Test InvenioRDM

This is a InvenioRDM instance that can be run locally for testing.

Note: This is only intended for local testing and is not meant for Production use.

The pass-docker-invenio-rdm directory was created following these instructions: https://inveniordm.docs.cern.ch/install/

Getting started

Prerequisites

Run the following commands in order to start the InvenioRDM instance:

./build.sh
./start.sh

The above commands first builds the application docker image and afterwards starts the application and related services (database, Elasticsearch, Redis and RabbitMQ). The build and boot process will take some time to complete, especially the first time as docker images have to be downloaded during the process.

Once running, visit https://127.0.0.1 in your browser.

Note: The server is using a self-signed SSL certificate, so your browser will issue a warning that you will have to by-pass.

To stop the InvenioRDM instance, run the following commands:

./stop.sh