..
This commit is contained in:
5
start.sh
5
start.sh
@@ -19,5 +19,8 @@ echo "Activating virtual environment..."
|
|||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
uv pip install wsgidav cheroot pyyaml
|
uv pip install wsgidav cheroot pyyaml
|
||||||
echo "Starting WebDAV server on port $PORT..."
|
PORT=8004
|
||||||
|
echo "Checking for process on port $PORT..."
|
||||||
|
lsof -ti:$PORT | xargs -r kill -9
|
||||||
|
echo "Starting WebDAV server..."
|
||||||
python server_webdav.py
|
python server_webdav.py
|
||||||
|
|||||||
Reference in New Issue
Block a user