Update page 'Generate manual vendor library archives'

Andy Heathershaw 2018-08-01 13:40:56 +01:00
parent f35c74ddd5
commit 19105dfaf7

@ -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 <folder_name>`)
* Change into the directory just checked out (`cd <folder_name>`)
* Fetch all tags (`git fetch --all --tags --prune`)
* Checkout the version tag to generate the vendor libraries for (`git checkout tags/<version_number>`)
* Run `composer install` to install the vendor libraries