Closed jjarokergc closed 1 year ago
The .tar.gz
file contains just the source code.
The .zip
file contains the release code. This includes the third-party libraries (vendor
), compiled language files, and excludes test/development scripts, etc.
You want the .zip
.
To use the .tar.gz
(or the latest development code from git), you would need to install composer
and then run composer install
.
Hello, I am attempting to update my puppet module for Webtrees and am confused by a missing 'vendor' directory in the release tar file. A fresh installation on Ubuntu 22 produces the error message:
The puppet module installs webtrees 2.0.19 successfully, but I notice that the release file
webtrees-2.1.17.tar.gz
is missing avendor
directory while the release filewebtrees-2.1.17.zip
(a ZIP file) contains thisvendor
directory.Is this a mistake in the release?