Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| matrix [2023/12/04 20:44] – [Server Configuration] jade | matrix [2025/10/14 12:04] (current) – jade | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| The ansible scripts are executed using: | The ansible scripts are executed using: | ||
| - | ansible-playbook | + | < |
| + | just roles | ||
| + | just setup-all | ||
| + | </ | ||
| + | |||
| + | ==== Upgrading ==== | ||
| + | |||
| + | To upgrade the server, clone our github repository (above) and add a remote called upstream for https:// | ||
| + | |||
| + | < | ||
| + | git remote -v | ||
| + | |||
| + | origin git@github.com: | ||
| + | origin git@github.com:merri-bek-tech/ | ||
| + | upstream https:// | ||
| + | upstream https:// | ||
| + | </ | ||
| + | |||
| + | Then, pull from upstream, using rebase as your pull merge strategy. | ||
| + | |||
| + | Then run: | ||
| + | |||
| + | < | ||
| + | just roles | ||
| + | just setup-all | ||
| + | </ | ||
| + | |||
