While designed for easy reuse and extension, a reference solution is undocumented. Therefore It may be unclear how to integrate with your sites. Here is a simple three-step guide explaining how a site named BigCorp could integrate salt-desktop....... a generic solution.
While designed for easy reuse and extension, a reference solution is undocumented. Therefore It may be unclear how to integrate with your sites. Here is a simple three-step guide explaining how a site named BigCorp could integrate salt-desktop....... a generic solution.
1. Your site-specific repo: https://git.bigcorp.com/bigcorp-desktop.git
devsetup.sh
andmenu.py
2. Your site specific readme: https://git.bigcorp.com/bigcorp-desktop/raw/README.md
Salt Desktop orchestrates useful software onto Linux/MacOS without fuss.
Setup
curl -o salt.sh https://raw.githubusercontent.com/saltstack-formulas/salt-desktop/master/bin/salt.sh && sudo bash salt.sh
sudo -s
rm -fr /srv/salt && git clone https://git.bigcorp.com/bigcorp-desktop.git /srv/salt
cd /srv/salt
./bigcorp.sh
exit
For generic usage, see https://github.com/saltstack-formulas/salt-desktop#stack-profiles
BigCorp next step
bla bla bla bla bla
3. Your site-specific
bigcorp.sh
scriptMaybe formula should be expanded to add this basic integration guidance.