Hello! I’m currently having issues installing the Teamwork server on my Ubuntu server. I’m connecting through SSH and do not have access to a GUI.
Steps I have done so far:
- Downloaded the tar.gz file from my VP account to the server.
- Extracted the tar.gz file into the directory I want to run the server from
- Tried running
. startup.sh
while inside the scripts directory
I’m getting this error spammed in an infinite loop:
-bash: ./catalina.sh: No such file or directory
Current file contents of the scripts folder:
. .. backup.sh install_service.sh migrate.sh remove_service.sh service.template shutdown.sh startup.sh startupd.sh vpserver.running
What should I do from here?