Changes between Version 15 and Version 16 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
01/07/12 11:48:58 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v15 v16  
    4747
    4848== Install git ==
    49 We 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".
     49We use the [http://git-scm.com/ git] Distributed Version Control System.
     50
     51On Debian-based systems, like Ubuntu:
     52{{{
     53sudo su -
     54apt-get install git-core
     55}}}
     56For RPM-based sitributions, like Fedora or RHEL:
     57{{{
     58yum install git
     59}}}
    5060
    5161If 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].
    52 After 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].
     62After that you can setup your git by configuring your SSH keys and account data. A pretty good tutorial is available at the [http://help.github.com/linux-set-up-git/ GitHub-Manual].
    5363== Next ==
    5464Install Web2Py & Sahana: