digitalmethodsinitiative / dmi-tcat

Digital Methods Initiative - Twitter Capture and Analysis Toolset
Apache License 2.0
367 stars 114 forks source link

Install on Nectar Ubuntu 16.04 LTS fails at git step - git not installed #301

Closed brendam closed 6 years ago

brendam commented 6 years ago

Not sure if this is specific to the Nectar image of Ubuntu 16.04 LTS or not, but I just did an install using the installation script and it failed because git was not installed. Need to add git to the packages the script installs before it tries to use it?

brendam commented 6 years ago

Looks like it might have been the call to git on line 979. Might need to move line 1079 further up the script? I'll make a new instance and try again to see.

Yes:

./tcat-install-linux.sh: line 979: git: command not found
dentoir commented 6 years ago

Installing git itself could be moved up to line 898 I suppose, as it is required.

dentoir commented 6 years ago

Fixed

brendam commented 6 years ago

thanks!