Installing OJS 3.4.0-1

I’m currently trying to download OJS 3.4.0-1 on my Mac. Unfortunately, when I try the command “tar -xvf OJS 3.4.0-1.tar.gz” on my command line, I receive the error message “Error opening archive: Failed to open.” Has anyone else had this problem? How do I move forward so that I can get started with OJS?

-JH

Maybe it’s because the tar file is compressed … try adding the ‘z’ parameter to the tar command to uncompress it …

tar -xzvf OJS-3.4.0-1.tar.gz

Unfortunately, I’m getting the same error message. I was able to unzip the file with the “gzip” command