(On Mac OS X) – This assumes you have already downloaded your priviate keys to your desktop There are 2 keys, one private and one public (this one has a .pub extension). Using Terminal, move your downloaded keys to your .ssh folder: for each file, type mv Desktop/{name of key file} ~/.ssh/ Give your keys [...]
Entries from January 22nd, 2010
Using git to develop sites (developers only)
January 14th, 2010 · No Comments · Repository
We have recently moved our Drupal and WordPress repositories to git. We will also be putting our databases and static site filesystems there too, so we can generate test sites locally with a simple script. Here’s how to get started with developing sites: Installing and configuring Git Mac OS X: Go to download page and [...]
Tags:
