Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
global: update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 31, 2024
1 parent ebfe50a commit 595f841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ backoffice-init:
docker-compose exec backoffice-webserver python manage.py create_groups
docker-compose exec backoffice-webserver python manage.py loaddata backoffice/users/fixtures/users.json
docker-compose exec backoffice-webserver python manage.py loaddata backoffice/users/fixtures/tokens.json
echo "\033[1;32memail: [email protected] / password: admin \033[0m"
echo "Backoffice initialized"

workflows-init:
docker-compose exec airflow-webserver /entrypoint airflow connections import ./scripts/connections/connections.json
docker-compose exec airflow-webserver /entrypoint airflow variables import ./scripts/variables/variables.json
echo "\033[31mCHANGE inspire_token in Admin->Variables\033[0m"
echo "\033[1;32musername: airflow / password: airflow \033[0m"
echo "Workflows initialized"
1 change: 0 additions & 1 deletion workflows/logs/scheduler/latest

This file was deleted.

0 comments on commit 595f841

Please sign in to comment.