-
Notifications
You must be signed in to change notification settings - Fork 6
Local Mirror Deployment
To deploy packages using a local HTTP/HTTPS mirror, you can use .loopdown --install --pkg-server [mirror]
.
When deploying from a local HTTP/HTTPS mirror, the folder path on the local server must mirror the same folder structure that the Apple audiocontentdownload
servers use. This folder path is represented below:
lp10_ms3_content_2013/*.pkg
lp10_ms3_content_2016/*.pkg
The easiest way to do this is to create a mirror using the instructions found on the Downloading Packages wiki page, and then copy the relevant folders to the HTTPS mirror path.
The -s/--silent
flag suppresses all (or almost all) of the output that is sent to stdout
.
To deploy mandatory packages for any of the audio applications installed on the target system:
jappleseed@infiniteloop:~ # ./appleloops --install -a all --pkg-server https://example.org/appleloops -m
To deploy mandatory and optional packages for Logic Pro X installed on the target system:
jappleseed@infiniteloop:~ # ./appleloops --install -a logicpro --pkg-server https://example.org/appleloops -m -o
To deploy mandatory and optional packages for Logic Pro X and MainStage installed on the target system:
jappleseed@infiniteloop:~ # ./appleloops --install -a logicpro mainstage --pkg-server https://example.org/appleloops -m -o
Use ./loopdown -h
to display the help message.