ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Is there a way for complere deletion #132

Open ristovskiv opened 8 years ago

ristovskiv commented 8 years ago

Is there a way to completely delete prax so I can try to do a clean install again?

ysbaddaden commented 8 years ago

yes: bin/prax uninstall

ristovskiv commented 8 years ago

no such file or directory: bin/prax ... and btw I've followed the readme process for the installation

ysbaddaden commented 8 years ago

Maybe just prax uninstall or /opt/prax/bin/prax uninstall depending on where the prax binary was installed.

ristovskiv commented 8 years ago

I've manually run the commands from the prax-unistall script in libexec/ and the problem was that I didn't have env variable $PRAX_ROOT. After manually finding the directories and removing them everything works great. Thank you for the quick response.