User Tools

Site Tools


os:linux:powerdns-admin_update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
os:linux:powerdns-admin_update [2021-01-08 15:47] Manuel Freios:linux:powerdns-admin_update [2023-06-10 19:27] Manuel Frei
Line 33: Line 33:
 Get the latest update. Get the latest update.
 <code> <code>
-git pull --rebase+sudo -u www-data git pull --rebase
 </code> </code>
  
 Update pip. Update pip.
 <code> <code>
-pip install -U pip+sudo -u www-data pip install -U pip
 </code> </code>
  
Line 44: Line 44:
 <code> <code>
 pip install -Ur requirements.txt pip install -Ur requirements.txt
 +</code>
 +
 +Rebuild JavaScript components.
 +<code>
 +yarn install --pure-lockfile
 </code> </code>
  
Line 52: Line 57:
 flask assets build flask assets build
 flask db upgrade flask db upgrade
-</code> 
- 
-Rebuild JavaScript components. 
-<code> 
-yarn install --pure-lockfile 
 </code> </code>
  
Line 68: Line 68:
 systemctl start uwsgi@powerdns-admin.service systemctl start uwsgi@powerdns-admin.service
 </code> </code>
 +
 +<WRAP left round important 60%>
 +In case the website isn't working, try to clear the cache/cookies and perform a fresh login.
 +</WRAP>
 +
os/linux/powerdns-admin_update.txt · Last modified: 2024-02-05 20:49 by Manuel Frei