Skip to content
Snippets Groups Projects
Commit 115a625b authored by salmonz's avatar salmonz Committed by Dan Callahan
Browse files

sudo commands under debian sub section. git cache conditionals optional....

sudo commands under debian sub section. git cache conditionals optional. removed gnome specific command. 
parent f918c059
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ This repository contains several distinct things related to BrowserID: ...@@ -32,6 +32,8 @@ This repository contains several distinct things related to BrowserID:
###Install dependencies: ###Install dependencies:
####Debian/Ubuntu specific instructions
`sudo apt-get install python-software-properties` `sudo apt-get install python-software-properties`
`sudo apt-add-repository ppa:chris-lea/node.js` `sudo apt-add-repository ppa:chris-lea/node.js`
...@@ -50,6 +52,8 @@ This repository contains several distinct things related to BrowserID: ...@@ -50,6 +52,8 @@ This repository contains several distinct things related to BrowserID:
`git config --global user.email "Your Email"` `git config --global user.email "Your Email"`
(optional steps if you want to cache your credentials)
`git config --global credential.helper cache` `git config --global credential.helper cache`
`git config --global credential.helper 'cache --timeout=3600'` `git config --global credential.helper 'cache --timeout=3600'`
...@@ -62,9 +66,7 @@ This repository contains several distinct things related to BrowserID: ...@@ -62,9 +66,7 @@ This repository contains several distinct things related to BrowserID:
4. Click your user name 4. Click your user name
5. Click "Edit Your Profile" 5. Click "Edit Your Profile"
6. Click "SSH Keys" (on the left) and click "Add SSH key" 6. Click "SSH Keys" (on the left) and click "Add SSH key"
7. Name the SSH key, copy file contents of the id_rsa.pub file, and click "Save" 7. Name the SSH key, copy file contents of the `$HOME/.ssh/id_rsa.pub` file, and click "Save"
`gedit $HOME/.ssh/id_rsa.pub`
###Forking and cloning browserid: ###Forking and cloning browserid:
1. Go to https://github.com/mozilla/browserid and click Fork. 1. Go to https://github.com/mozilla/browserid and click Fork.
......
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