Changes between Version 20 and Version 21 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
04/09/12 14:05:27 (13 years ago)
Author:
haveyougotanypets
Comment:

Moved the section about creating a github account to the page where we clone sahana from git - seems more approprate

Legend:

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

    v20 v21  
    7272We use the [http://git-scm.com/ git] Distributed Version Control System.
    7373
    74 On Debian-based systems, like Ubuntu:
     74
     75* Debian-based systems, like Ubuntu:
    7576{{{
    7677sudo su -
    7778apt-get install git-core
    7879}}}
    79 For RPM-based sitributions, like Fedora or RHEL:
     80* For RPM-based sitributions, like Fedora or RHEL: ===
    8081{{{
    8182yum install git
    8283}}}
    83 
    84 If 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].
    85 After 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].
    8684== Next ==
    8785Install Web2Py & Sahana: