Archive for January, 2010

  • Configuring private keys for ssh access

    Configuring private keys for ssh access

    (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 […]

    Read more »
  • Using git to develop sites (developers only)

    Using git to develop sites (developers only)

    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 […]

    Read more »