forked from inspirehep/inspirehep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
407 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# INSPIRE Backoffice | ||
|
||
This repo consists of Airflow Dags and Django backoffice. To run it: | ||
The main services consists of a Django backoffice and Airflow Dags and.: | ||
|
||
# Run it with docker: | ||
|
||
Go to the parent directory and run: | ||
```bash | ||
make run | ||
make init | ||
make run-backoffice | ||
``` | ||
|
||
|
||
# Deploying to QA | ||
|
||
Current development process requires: | ||
## Deploy to backoffice: | ||
- Go to Harbor: https://registry.cern.ch/harbor/projects/2086/repositories/inspire%2Fbackoffice/artifacts-tab | ||
- Copy the tag of the lastest image into https://github.com/cern-sis/kubernetes-inspire/blob/main/backoffice/environments/backoffice/kustomization.yml#L66 | ||
- Copy the tag of the lastest image into https://github.com/cern-sis/kubernetes-inspire/blob/main/backoffice/environments/backoffice/kustomization.yml#L68 | ||
- Go to https://argocd.sis-inspire-20240708.siscern.org/applications/argocd/inspire-backoffice and synchronize | ||
## Deploy to airflow: | ||
- Go to Harbor: https://registry.cern.ch/harbor/projects/2086/repositories/inspire%2Fworkflows/artifacts-tab | ||
- Copy the tag of the lastest image into [https://github.com/cern-sis/kubernetes-inspire/blob/main/backoffice/environments/backoffice/kustomization.yml#L66](https://github.com/cern-sis/kubernetes-airflow/blob/main/airflow/environments/airflow-inspire-dev/kustomization.yml#L19) | ||
- Copy the tag of the lastest image into https://github.com/cern-sis/kubernetes-airflow/blob/main/airflow/environments/airflow-inspire-dev/kustomization.yml#L19 | ||
- Go to https://argocd-airflow.siscern.org/applications/argocd/airflow-inspire-dev and synchronize |
Oops, something went wrong.