From 19105dfaf76cdaf4aecb75e44d28e72069343df6 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 1 Aug 2018 13:40:56 +0100 Subject: [PATCH] Update page 'Generate manual vendor library archives' --- Generate-manual-vendor-library-archives.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Generate-manual-vendor-library-archives.md diff --git a/Generate-manual-vendor-library-archives.md b/Generate-manual-vendor-library-archives.md new file mode 100644 index 0000000..72ca3ef --- /dev/null +++ b/Generate-manual-vendor-library-archives.md @@ -0,0 +1,7 @@ +To generate the archive of manual vendor libraries (users will need to download if they cannot use Composer to automatically install the vendor libraries): + +* Git checkout the Blue Twilight repository (`git clone ssh://git@apps.andysh.uk:7999/aheathershaw/blue-twilight.git `) +* Change into the directory just checked out (`cd `) +* Fetch all tags (`git fetch --all --tags --prune`) +* Checkout the version tag to generate the vendor libraries for (`git checkout tags/`) +* Run `composer install` to install the vendor libraries \ No newline at end of file