Skip to content

local-deployment

yitbarek yohannes requested to merge 25-ai-dsl into master

Closes #25 (closed) to run all repos locally,

1, bash clone.sh all >>clones all repos in /home/$USER/ai-dsl/ directory

2, build.sh all >> checkouts all repos to configured branch and builds

3, up.sh all >> starts all repos. Here database credential variables should be exported.

4, docker exec -it nunet-adapter-news-score-ai-dsl bash -c "python3 test_ai_dsl.py" >> makes call to adapter 1.

Merge request reports