...
Uncompress both the 'gz' and 'tar' files (a two-step process in Windows Explorer).
The This will result in three folders, such as these:
...
Download the latest version of these following five files from the /eas/web/bin/ source folder
https://bitbucket.org/sfgovdt/eas/src/default/web/bin/
...
(Leave the 3 repository folders in /var/tmp/.)
6. Run the deployment script as sudo
cd /var/www/html
sudo ./deploy_eas_init.sh abc def user
sudo ./deploy_eas_init.sh <EAS_COMMIT> <CONFIG_COMMIT> <BITBUCKET_USER>
For example,
sudo ./deploy_eas_init.sh caaed66 ff939b9 dan-king
7. Remove Confirm with tests and remove files/folders from /var/tmp/.
...