Skip to content

Authentication to github

hollie edited this page Mar 2, 2013 · 5 revisions

The Misterhouse repository is hosted on github.

Github offers various ways of interacting with the repository. This article describes them and helps you getting started.

Zipfile

You can download a zip file containing the complete code database. This is a simple method and requires only a zip tool to unzip the file. It is also the method that does not allow you to easily track changes or releases as they become available.

To download the zip file, navigate to the Misterhouse home page on github, select the branch you want (typically 'stable') and click the 'zip file' button.

How to get the zipfile

Read-only access, no authentication

You want to easily be able to track new releases? Then get your source code from the read-only git access URL. Install a git tool (can be either command line or GUI, see Setup Git). Navigate to the Misterhouse home page on github and select the read-only URL: git://github.com/hollie/misterhouse.git

Read-only access

Clone this wiki locally