LDV Specification
LDV Specification Application. For filling ATDB-LDV with processing tasks for LOFAR data
Getting started
Test Environment
Production Environment
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
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
- Invite team members and collaborators
- Create a new merge request
- Automatically close issues from merge requests
- Enable merge request approvals
- Automatically merge when pipeline succeeds
Test and Deploy
Howto
migrate database manually
- exec into the container
cd /src
python manage.py migrate --settings=ldvspec.settings.docker_sdc