Mercurial > hg > chourdakisreiss2018smc
comparison demo/workspace/semantic_analysis.sh @ 7:c7877910daab
changed chrome to run as non-root, changed libreoffice-calc to libreoffice
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Sat, 01 Dec 2018 15:23:24 +0000 |
parents | 7abb4f6b3a91 |
children | 014bc3f21382 |
comparison
equal
deleted
inserted
replaced
6:7abb4f6b3a91 | 7:c7877910daab |
---|---|
27 python3 standalone.py & | 27 python3 standalone.py & |
28 PID=$! | 28 PID=$! |
29 | 29 |
30 echo "Please visit http://0.0.0.0:8001/index.xhtml#/workspace/story_processed" | 30 echo "Please visit http://0.0.0.0:8001/index.xhtml#/workspace/story_processed" |
31 echo "login with user:au1/pass:au1 and make your changes, and then press enter here" | 31 echo "login with user:au1/pass:au1 and make your changes, and then press enter here" |
32 su apps -c "google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed'" | 32 google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed' |
33 cd - | 33 cd - |
34 read | 34 read |
35 kill $PID | 35 kill $PID |
36 | 36 |
37 echo "Copying files over to current directory" | 37 echo "Copying files over to current directory" |