File size: 182 Bytes
755b40b
 
0eec52c
 
82bb700
755b40b
00469ac
309d42a
8aae3ff
1
2
3
4
5
6
7
8
9
#!/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