8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
cd /home/calendarwatch
|
|
# uwsgi --http-socket 0.0.0.0:8084 -w wsgi --protocol=https
|
|
|
|
python3 server.py
|
|
echo "server has been started"
|
|
|