Files
hartman-server/README.md

9 lines
335 B
Markdown

# Deploying
Server scripts and configs are organized using [GNU Stow](https://github.com/aspiers/stow) packages.
Examples:
* Deploy system-wide MATE layout and themes: `sudo stow --adopt -R -t / theme`
* Deploy system-wide scripts: `sudo stow --adopt -R -t / scripts`
* Deploy system config files: `sudo stow --adopt -R -t / config`