This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
758da78659
riot-web
/
run.sh
8 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
force running scripts in bash, as it's not the default shell on Ubuntu (which is what Travis runs)
2018-07-27 15:08:14 +02:00
#!/bin/bash
exit on error
2018-07-27 16:04:41 +02:00
set
-e
make scripts executable, running them with sh does something weird on travis
2018-07-27 16:01:54 +02:00
./synapse/start.sh
./riot/start.sh
with no logs polluting the output, we dont need tmux anymore to split the terminal
2018-07-27 13:43:38 +02:00
node start.js
make scripts executable, running them with sh does something weird on travis
2018-07-27 16:01:54 +02:00
./riot/stop.sh
./synapse/stop.sh