kangas-demo / startup.sh
comet-team's picture
Duplicate from CalebCometML/kangas-demo
9575d55
raw
history blame contribute delete
173 Bytes
#!/bin/bash
kangas server --host=0.0.0.0 --frontend-port=7640 --frontend-root=kangas --debug &
streamlit run streamlitapp.py --server.port 7840 &
nginx -g 'daemon off;'