File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
# Clone the repository
10
10
# git clone [email protected] :RSE-Sheffield/SORT.git
11
11
# cd SORT
12
- # sudo bash deploy.sh
12
+ # sudo bash -x deploy.sh
13
13
14
14
# Options
15
15
sort_dir=" /opt/sort"
@@ -18,7 +18,7 @@ pip="$venv_dir/bin/pip"
18
18
python_version=" python3.12"
19
19
20
20
# Create Python virtual environment
21
- apt update
21
+ apt update -qq
22
22
apt install --yes -qq " $python_version " " $python_version -venv"
23
23
python3 -m venv " $venv_dir "
24
24
@@ -28,6 +28,7 @@ cp --recursive * "$sort_dir/"
28
28
29
29
# Install Gunicorn service
30
30
cp --verbose config/systemd/gunicorn.service /etc/systemd/system/gunicorn.service
31
+ cp --verbose config/systemd/gunicorn.socket /etc/systemd/system/gunicorn.socket
31
32
32
33
# Install web reverse proxy server
33
34
# Install nginx
You can’t perform that action at this time.
0 commit comments