File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ PROJECT_BASE_PATH='/usr/local/apps/profiles-rest-api'
1111locale-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
You can’t perform that action at this time.
0 commit comments