Changes between Version 11 and Version 12 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
01/06/12 22:18:42 (13 years ago)
Author:
Daniel Klischies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Manual

    v11 v12  
    5050 * [http://initd.org/psycopg/ Psycopg for accessing PostgreSQL databases]: {{{apt-get install python-psycopg2}}}
    5151
    52 == Install Bzr ==
    53 We use the [http://wiki.bazaar.canonical.com/ Bazaar] Distributed Version Control System
    54 {{{
    55 sudo su -
    56 apt-get install bzr
    57 }}}
     52== Install git ==
     53We use the [http://git-scm.com/ git] Distributed Version Control System. It is available on the most package servers. The package name on Ubuntu and Debian (apt-get/aptitude) is "git-core", for the most distibutions using rpm, like Fedora or RHEL, it is just "git".
    5854
     55If you want to develop using the "forks"-feature of GitHub (which are basically branches - but in your own repository) or by commiting code directly to the eden repository, you have to [https://github.com/signup/free create a GitHub account].
     56After that you can setup your GIT by configuring your SSH keys and accountdata. A pretty good tutorial is available at the [http://help.github.com/linux-set-up-git/ GitHub-Manual].
    5957== Next ==
    6058Install Web2Py & Sahana: