Skip to content

Commit

Permalink
Patched web link to meshdir
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Dec 20, 2023
1 parent d2cfddc commit 3d3ab32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/sciencemesh/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ TAG_WOPISERVER=master
mkdir cernbox-web-sciencemesh && \
cd cernbox-web-sciencemesh && \
tar xf ../cernbox/web-bundle.tgz && \
cd web/js && sed -i "s|sciencemesh\.cesnet\.cz\/iop|meshdir\.docker|" \
web-app-science*mjs && \
rm web-app-science*mjs.gz && gzip web-app-science*mjs && \
cd ../.. && \
chmod -R 755 ./* && chown -R 101:101 ./* && \
cd ..

Expand Down
2 changes: 1 addition & 1 deletion tests/sciencemesh/scripts/testing-sciencemesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ fi


# instructions.
echo "Now browse to http://ocmhost:5800 and inside there to https://${EFSS1}1.docker"
echo "Now browse to http://localhost:5800 and inside there to https://${EFSS1}1.docker"
echo "Log in as einstein / relativity"
echo "Go to the ScienceMesh app and generate a token"
echo "Click it to go to the meshdir server, and choose ${EFSS2}2 there."
Expand Down

0 comments on commit 3d3ab32

Please sign in to comment.