Skip to content
Snippets Groups Projects
Name Last commit Last update
ldvspec
.gitlab-ci.yml
README.md

LDV Specification

LDV Specification Application. For filling ATDB-LDV with processing tasks for LOFAR data

Getting started

Test Environment

Production Environment

cd existing_repo
git remote add origin https://git.astron.nl/astron-sdc/ldv-specification.git
git branch -M main
git push -uf origin main

Collaborate with your team

Test and Deploy

Howto

migrate database manually

  • exec into the container
cd /src
python manage.py migrate --settings=ldvspec.settings.docker_sdc