Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Local Mirror Deployment

carlashley edited this page May 1, 2024 · 1 revision

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.

Examples:

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

Help:

Use ./loopdown -h to display the help message.

Clone this wiki locally