Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| matrix [2024/04/18 15:23] – [Server Configuration] jade | matrix [2025/10/14 12:04] (current) – jade | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| just setup-all | 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: | ||
| + | upstream https:// | ||
| + | upstream https:// | ||
| + | </ | ||
| + | |||
| + | Then, pull from upstream, using rebase as your pull merge strategy. | ||
| + | |||
| + | Then run: | ||
| + | |||
| + | < | ||
| + | just roles | ||
| + | just setup-all | ||
| + | </ | ||
| + | |||
| + | |||
