digitalmethodsinitiative / dmi-tcat

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

Installation aborted #400

Closed iosonosempreio closed 4 years ago

iosonosempreio commented 4 years ago

Tcat installation fails with this warning message:

[...]

Configuring MySQL server for TCAT (authentication) ...

tcat-install-linux.sh: account details saved: /etc/mysql/conf.d/tcat-root.cnf
tcat-install-linux.sh: account details saved: /etc/mysql/conf.d/tcat-tcatdbuser.cnf
Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
sed: -e expression #1, char 33: unknown option to `s'
tcat-install-linux.sh: command failed: install aborted

If I try to run again the installation with sudo ./tcat-install-linux.sh I get this message:

tcat-install-linux.sh: cannot install: TCAT already installed: /var/www/dmi-tcat

Our server runs:

10.1.44-MariaDB-0ubuntu0.18.04.1 Ubuntu 18.04

How can we solve this? Thanks in advance for your help!

niczem commented 4 years ago

you can simply remove the tcat directory with sudo rm -rf /var/www/dmi-tcat and run it again