Snappass on Linode
Has anyone installed https://github.com/pinterest/snappass on Linode before? If so, how did you go about it?
1 Reply
I just played with this a little bit since I thought it looked like was a cool little tool. I had not known about it before you posted here.
After installing redis and then the snappass package, I tried running the snappass command to check if it was running. It looks like the installation placed the installed scripts in directories that were not in my PATH. If that happens to you, you'll want to add whatever directory it lands into your PATH. This can be done by running:
export PATH="$HOME/bin:$PATH"
In that example, you'll need to replace $HOME/bin with the actual directory.