Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 532 Bytes

GraspOS registry

This repository contains a set of configuration files to set up the GraspOS registry.

Installation

  1. Clone CKAN-docker repository https://github.com/ckan/ckan-docker
git clone https://github.com/ckan/ckan-docker.git
  1. Copy .env file in the cloned root directory
  2. Copy Dockerfile inside the ckan/ folder
  3. Copy 02_setup_scheming.sh inside the ckan/docker_entrypoint.d/ folder
  4. Build the local image
docker compose build
  1. Start the containers:
docker compose up