Update babybuddy-install.sh
This commit is contained in:
parent
161e382d0e
commit
04b547ed84
@ -33,12 +33,12 @@ unzip -q v${RELEASE}.zip
|
||||
mv babybuddy-${RELEASE} /opt/babybuddy
|
||||
rm "v${RELEASE}.zip"
|
||||
cd /opt/babybuddy
|
||||
pip install -U pip wheel pipenv
|
||||
$STD pip install -U pip wheel pipenv
|
||||
export PIPENV_VENV_IN_PROJECT=1
|
||||
export PIPENV_IGNORE_VIRTUALENVS=1
|
||||
export PIPENV_VERBOSITY=-1
|
||||
pipenv install
|
||||
pipenv shell
|
||||
$STD pipenv install
|
||||
#$STD pipenv shell
|
||||
cp babybuddy/settings/production.example.py babybuddy/settings/production.py
|
||||
touch /opt/babybuddy/data/db.sqlite3
|
||||
chown -R www-data:www-data /opt/babybuddy/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user