Changes between Version 20 and Version 21 of InstallationGuidelines/Linux/Developer/Manual
- Timestamp:
- 04/09/12 14:05:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Manual
v20 v21 72 72 We use the [http://git-scm.com/ git] Distributed Version Control System. 73 73 74 On Debian-based systems, like Ubuntu: 74 75 * Debian-based systems, like Ubuntu: 75 76 {{{ 76 77 sudo su - 77 78 apt-get install git-core 78 79 }}} 79 For RPM-based sitributions, like Fedora or RHEL: 80 * For RPM-based sitributions, like Fedora or RHEL: === 80 81 {{{ 81 82 yum install git 82 83 }}} 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].86 84 == Next == 87 85 Install Web2Py & Sahana: