Getting started with the OpenHatch code (moved): Difference between revisions

→‎How to run a local site: Add link to web interface for source browser
imported>Paulproteus
imported>Techtonik
(→‎How to run a local site: Add link to web interface for source browser)
Line 4:
The code is written in Python. It uses the Django toolkit and tries to stick to good software testing practices. If you have Python experience, you should be able to get hacking pretty quickly even if you don't know Django or testing.
 
== HowGetting tothe run a local sitesource ==
 
OpenHatch source code can be seen through a web interface at http://gitorious.org/openhatch/oh-mainline But to make contributions you will need to clone our git repository. This requires having the ''git'' version control system installed. Once you do, type this into a terminal:
=== Clone our git repository ===
 
You will need to have the ''git'' version control system installed. Once you do, type this into a terminal:
 
$ git clone git://gitorious.org/openhatch/oh-mainline.git
 
It will take between 7 and 15 minutes. it's kind of a big repository. (Sixty megabytes, or so.)
 
== How to run a local site ==
 
=== Read INSTALLATION.mkd inside ===
Anonymous user