Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cesnet-INVENIO configuration of national PHYSICS repozitory

Notifications You must be signed in to change notification settings

FZU-AV-CR/invenio-fzu

Repository files navigation

Local installation

Check prerequisites

./run.sh cli check-requirements -d

Install the instance

./run.sh reset

Create a bucket inside MinIO

  1. Head to http://localhost:9001
  2. Login with access key aa-physica-aa and secret key aaa-physica-aaa
  3. Create a bucket named default

Run the instance

./run.sh run

The instance will be available at https://localhost:5000

Get the token and store it

# if resetting already existing instance
uvx nrp-cmd remove repository physica-local || true

# add the local repository. Will open browser page to get the token, 
# paste it in the terminal when prompted
uvx nrp-cmd add repository  --no-verify-tls  https://127.0.0.1:5000/ physica-local

Upload sample data

cd sample_data
./upload_sample_data.sh

About

Cesnet-INVENIO configuration of national PHYSICS repozitory

Topics

Resources

Stars

Watchers

Forks