Size: 280
Comment:
|
Size: 510
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
sudo su haussmae cd csd-ie-2.0/csd-ie-webapp |
sudo -u haussmae tmux cd /home/haussmae/csd-ie-2.0/csd-ie-webapp |
Line 8: | Line 8: |
Then run the following in three separate windows: | Then create three tmux windows (twice Ctrl+B+C) and run the following: |
Line 13: | Line 14: |
Line 14: | Line 16: |
../venv2/bin/activate | source ./venv2/bin/activate |
Line 17: | Line 19: |
Line 18: | Line 21: |
../venv2/bin/activate | source ./venv2/bin/activate |
Line 21: | Line 24: |
The demo should then be live under http://filicudi.informatik.uni-freiburg.de:6543/ The API should be live under http://filicudi.informatik.uni-freiburg.de:6543/api |
CSD-IE
Demo
ssh filicudi sudo -u haussmae tmux cd /home/haussmae/csd-ie-2.0/csd-ie-webapp
Then create three tmux windows (twice Ctrl+B+C) and run the following:
ant run
source ./venv2/bin/activate python csd_ie_api.py
source ./venv2/bin/activate python csd_ie_server.py
The demo should then be live under http://filicudi.informatik.uni-freiburg.de:6543/
The API should be live under http://filicudi.informatik.uni-freiburg.de:6543/api