Packages Server

Get Started:

Load Salt Stack and our Formulas on an Ubuntu/Redhat/CentOS VM:

curl -L https://repo.parashift.com.au/bootstrap.sh -o bootstrap.sh
sudo sh bootstrap.sh

Configuration:

Create a file at /srv/pillar/local.sls:

roles:
  - alfresco

alfresco:
 ss: True
 version: 5.2.f

alfresco_modules:
  - alfresco:dynamic-extensions:1.4.2
  - ootbee:support-tools:1.0.0
  - <Any Extra Modules>

paramp:
  token: <Your Token Here>

Then run the following command to start/restart Alfresco:

salt-call --local state.highstate