LDV Specification
LDV Specification Application. For filling ATDB-LDV with processing tasks for LOFAR data
Getting started
Collaborate
-
create
your branch
frommain
-
add your functionality
-
test your functionality locally
-
merge
main
intoyour branch
before creating a MR -
merge with
main
-
deploy in test, and test it
-
deploy in production, and test it
Test Environment
Production Environment
Build & Deploy
The CI/CD pipeline creates 2 Docker containers:
- ldv-specification : The Django application
- ldv-spec-postgres : The Postgres database
The database can also be accessed externally:
- host : sdc-dev.astron.nl
- port : 12000
- database: ldv-spec-db
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