ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.35k stars 134 forks source link

Cannot get gs-server to start #122

Closed brentoage closed 6 years ago

brentoage commented 6 years ago

I followed the instructions for installing on OS X - everything appears to have installed properly. Configuration appears sound, ~/.bash_profile has been updated. But... gs-server will not launch. Receiving this message: command not found: gs-server.

So... it would appear that I have missed a step or something is missing. I'm completely new to this, any help would be appreciated. I'm not sure how to begin debugging. Thanks!

ivan commented 6 years ago

Hi Brent. Did you start a new shell/terminal after updating ~/.bash_profile? Are you using the default shell bash or did you switch to another shell (e.g. zsh)?

Also, I think you can run it without fixing PATH by running ~/gs-venv/bin/gs-server, though of course fixing PATH would be convenient in the long run. Just running PATH="$PATH:$HOME/gs-venv/bin" in the current shell will fix it for that particular shell instance (until closed).

ivan commented 6 years ago

@brentoage please let me know if starting a new shell/terminal did not fix the issue and I'll reopen