Skip to content

Commit

Permalink
Merge 989f33f into 3c31be0
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed May 13, 2021
2 parents 3c31be0 + 989f33f commit aa227dd
Show file tree
Hide file tree
Showing 52 changed files with 27,190 additions and 4,031 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ daliuge-engine/test/apps/dynlib_example2.o
.idea
daliuge.iml
*.cwl
*.html
*.js
*.xml
.DS_Store
5 changes: 3 additions & 2 deletions daliuge-engine/start_local_managers.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Script starts a data island manager on the local node. Useful mainly for testing.
# Script starts a node manager and a data island manager on the local node. Useful mainly for testing.

docker exec daliuge-engine bash -c 'source /home/ray/dlg/bin/activate && curl -sd '\''{"nodes": ["localhost"]}'\'' -H "Content-Type: application/json" -X POST http://localhost:9000/managers/dataisland'
docker exec daliuge-engine bash -c 'dlg nm -vvd --no-dlm -H 0.0.0.0 -w /var/dlg_home/workspace'
docker exec -ti daliuge-engine bash -c 'dlg dim -N localhost -vvd -H 0.0.0.0 -w /var/dlg_home/workspace'
Binary file added daliuge-translator/.DS_Store
Binary file not shown.
Binary file added daliuge-translator/dlg/.DS_Store
Binary file not shown.
Binary file added daliuge-translator/dlg/dropmake/.DS_Store
Binary file not shown.
Binary file added daliuge-translator/dlg/dropmake/web/.DS_Store
Binary file not shown.
156 changes: 0 additions & 156 deletions daliuge-translator/dlg/dropmake/web/Inspector_test.css

This file was deleted.

Loading

0 comments on commit aa227dd

Please sign in to comment.