jimeh/manservant

Application not found. Symlink your app to ~/.pow/man first.

christiangenco opened this issue · 1 comments

When visiting http://man.dev/ after installing pow, the page states that the application was not found even though it is already installed in ~/.pow/man

Solution:

Uninstall pow and manservant:

rm -rf ~/.pow

Re-install pow:

curl get.pow.cx | sh

Re-install manservant:

git clone https://github.com/jimeh/manservant.git ~/.pow/man
cd ~/.pow/man && bundle install

The issue is caused if the directory ~/.pow exists before pow is installed. Here's a further discussion.