-
Notifications
You must be signed in to change notification settings - Fork 9
Ako postupovat pri manualnom update
Michal Hozza edited this page Dec 30, 2015
·
4 revisions
Staci pustit od seba fab prod update
pripadne fab beta update
.
Plne manualny postup:
git pull # update source code
source ~/env-trojstenweb-2.7/bin/activate # load virtualenv
pip install -r requirements.txt # update packages
pip install -r requirements.devel.txt # update additional packages
python manage.py syncdb # create new tables
python manage.py migrate # update existing tables
python manage.py collectstatic # update static files
touch trojsten/trojstenweb.wsgi # reload all files