Skip to content

Commit 046b6ab

Browse files
committed
setup.sh update
1 parent 74567d7 commit 046b6ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deploy/setup.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ PROJECT_BASE_PATH='/usr/local/apps/profiles-rest-api'
1111
locale-gen en_GB.UTF-8
1212

1313
# Install Python, SQLite and pip
14-
echo "Installing dependencies..."
15-
apt-get update
16-
apt-get install -y python3-dev python3-venv sqlite3 python3-pip supervisor nginx git
17-
18-
mkdir -p $PROJECT_BASE_PATH
19-
git clone $PROJECT_GIT_URL $PROJECT_BASE_PATH
20-
21-
python3 -m venv $PROJECT_BASE_PATH/env
14+
# echo "Installing dependencies..."
15+
# apt-get update
16+
# apt-get install -y python3-dev python3-venv sqlite3 python3-pip supervisor nginx git
17+
#
18+
# mkdir -p $PROJECT_BASE_PATH
19+
# git clone $PROJECT_GIT_URL $PROJECT_BASE_PATH
20+
#
21+
# python3 -m venv $PROJECT_BASE_PATH/env
2222

2323
$PROJECT_BASE_PATH/env/bin/pip install -r $PROJECT_BASE_PATH/requirements.txt uwsgi==2.0.21
2424

0 commit comments

Comments
 (0)