Changes between Version 11 and Version 12 of InstallationGuidelines/Linux/Developer/Manual
- Timestamp:
- 01/06/12 22:18:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Manual
v11 v12 50 50 * [http://initd.org/psycopg/ Psycopg for accessing PostgreSQL databases]: {{{apt-get install python-psycopg2}}} 51 51 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 == 53 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". 58 54 55 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]. 56 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]. 59 57 == Next == 60 58 Install Web2Py & Sahana: