User Tools

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
matrix [2024/01/11 17:47] – [Server Configuration] jadematrix [2025/10/14 12:04] (current) jade
Line 24: Line 24:
 The ansible scripts are executed using: The ansible scripts are executed using:
  
-<code>ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start</code>+<code> 
 +just roles 
 +just setup-all 
 +</code> 
 + 
 +==== Upgrading ==== 
 + 
 +To upgrade the server, clone our github repository (above) and add a remote called upstream for https://github.com/spantaleev/matrix-docker-ansible-deploy.git , your remotes should look like this: 
 + 
 +<code> 
 +git remote -v 
 + 
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (fetch) 
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (push) 
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (fetch) 
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (push) 
 +</code> 
 + 
 +Then, pull from upstream, using rebase as your pull merge strategy. 
 + 
 +Then run: 
 + 
 +<code> 
 +just roles 
 +just setup-all 
 +</code> 
 + 

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information