Skip to content

Commit

Permalink
Merge pull request #2020 from ignis-draco/docuUpdate
Browse files Browse the repository at this point in the history
Update Doku for manual Installation
  • Loading branch information
vabene1111 authored Oct 31, 2022
2 parents 1df7a4d + e5b11a3 commit fe0f739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,12 @@ cd /var/www/recipes
git pull
# load envirtonment variables
export $(cat /var/www/recipes/.env |grep "^[^#]" | xargs)
#install project requirements
bin/pip3 install -r requirements.txt
# migrate database
bin/python3 manage.py migrate
# collect static files
# if the output is not "0 static files copied" you might want to run the commands again to make sure everythig is collected
bin/python3 manage.py collectstatic --no-input
bin/python3 manage.py collectstatic_js_reverse
# change to frontend directory
Expand Down

0 comments on commit fe0f739

Please sign in to comment.