Changes between Version 15 and Version 16 of InstallationGuidelines/Linux/Developer/Manual
- Timestamp:
- 01/07/12 11:48:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Manual
v15 v16 47 47 48 48 == 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". 49 We use the [http://git-scm.com/ git] Distributed Version Control System. 50 51 On Debian-based systems, like Ubuntu: 52 {{{ 53 sudo su - 54 apt-get install git-core 55 }}} 56 For RPM-based sitributions, like Fedora or RHEL: 57 {{{ 58 yum install git 59 }}} 50 60 51 61 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]. 52 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].62 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]. 53 63 == Next == 54 64 Install Web2Py & Sahana: