Skip to content
Snippets Groups Projects
Commit 547ae1b5 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove hokey symlinking from deployment docs. no longer neccesary given resolution of issue #169

parent ce4ec346
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,6 @@ post update hook, annotated to help you follow along:
rm -rf /home/browserid/code.old
mv /home/browserid/code{,.old}
mv $NEWCODE /home/browserid/code
ln -s /home/browserid/var_browserid /home/browserid/code/browserid/var
ln -s /home/browserid/var_verifier /home/browserid/code/verifier/var
echo "fixing permissions"
find /home/browserid/code -exec chgrp www-data {} \; > /dev/null 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment