Skip to content

Instantly share code, notes, and snippets.

@jdloft
Created November 13, 2015 04:53
Show Gist options
  • Save jdloft/4bd0d85441b9f6d55a00 to your computer and use it in GitHub Desktop.
Save jdloft/4bd0d85441b9f6d55a00 to your computer and use it in GitHub Desktop.
How to configure Revisr for ssh

Revisr config

  1. Change www-data home dir to something like /var/lib/www-data
  2. Generate ssh key pair and place in /var/lib/www-data/.ssh/id_rsa
  3. Add ssh key to GH account
  4. Configure git username and email
  5. Set permissions on blog dir to allow www-data to write
  6. Set git remote url to use ssh protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment