kangas-demo / startup.sh
CalebCometML's picture
Update startup.sh
8aae3ff
raw
history blame
182 Bytes
#!/bin/bash
echo "Running the shell script"
kangas server --frontend-port=7640 --frontend-root=kangas &
streamlit run streamlitapp.py --server.port 7680 &
systemctl start nginx