Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created January 10, 2014 20:52
Show Gist options
  • Select an option

  • Save peter-mcconnell/8362358 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/8362358 to your computer and use it in GitHub Desktop.
Create deploy user
# User 'pete'
sudo useradd -d /home/pete -m pete
sudo passwd pete
usermod -a -G www-data deployuser
mkdir /var/www/whatever
chown -R deployuser:www-data
# Create key on server & add to repo user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment