forked from crony/UpFast
don't create an upfast-src directory
This commit is contained in:
parent
267e10ea5a
commit
4996181ebf
@ -17,10 +17,10 @@ sudo useradd --shell /bin/bash --system \
|
||||
|
||||
# Change to upfast user and cd /usr/local/upfast
|
||||
su upfast
|
||||
cd /usr/local/upfast
|
||||
cd
|
||||
|
||||
# Clone the project directly into upfast-src directory
|
||||
git clone https://code.cronyakatsuki.xyz/crony/upfast upfast-src
|
||||
git clone https://code.cronyakatsuki.xyz/crony/upfast .
|
||||
|
||||
# Create the virtual environment and load it for user on default
|
||||
python3 -m venv venv
|
||||
@ -51,7 +51,7 @@ Documentation=https://code.cronyakatsuki.xyz/crony/upfast
|
||||
[Service]
|
||||
User=upfast
|
||||
Group=upfast
|
||||
WorkingDirectory=/usr/local/upfast/upfast-src
|
||||
WorkingDirectory=/usr/local/upfast/
|
||||
ExecStart=/usr/local/upfast/venv/bin/uvicorn main:app --host 127.0.0.1 --port 8000 --proxy-headers --forwarded-allow-ips='*'
|
||||
Restart=on-failure
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user