Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
palvelut-tekniikka [27.12.2021 14:25] Tatu Wikmanpalvelut-tekniikka [08.01.2022 14:41] (current) Wiki admin
Line 73: Line 73:
  
   * Tee muutokset gittirepoon ja testaa mielellään paikallisesti   * Tee muutokset gittirepoon ja testaa mielellään paikallisesti
-  * Sano mezzanine/mezzanine-hakemistossa git pull. +  * Aja:
-  * Sano mezzanine -hakemistossa ''docker-compose build --no-cache'' +
-  * Ja sitten vielä docker-compose restart+
  
 +<code>
 +cd /docker/mezzanine/mezzanine
 +git pull
 +cd /docker/mezzanine
 +docker-compose build --no-cache
 +docker-compose up -d
 +</code>
 +
 +Jos päivität local_settings.py:tä niin ''docker-compose restart'' riittää
  
 ===== DLReg ===== ===== DLReg =====
Back to top