Development getting started » History » Version 4
Version 3 (johu, 03/10/2010 11:06 PM) → Version 4/18 (johu, 03/10/2010 11:08 PM)
h1. Getting started
{{toc}}
h2. Redmine
No source code change without an issue. Quassel project manages bugs and features with the redmine plattform. To get open issue (bug or feature) assigned, you have to setup account here on http://bugs.quassel-irc.org.
"register here":http://bugs.quassel-irc.org/account/register
h2. Git
Install git on your operation system. And configure it.
<pre>
git config --global user.name "First name and last name"
git config --global user.email registered@email.example.com
</pre>
h2. Gitorious
h3. Setup account
"register here":http://gitorious.org/users/new
h3. ssh key
To push changes you will need a SSH key pair. To generate it on linux type the command:
<pre>
ssh-keygen -t rsa
</pre>
After following instructions you'll have something like that. On Windows you can check the "official faq":http://gitorious.org/about/faq for a solution.
After following instructions, you You should now have a private key like id_dsa and public key *id_dsa.pub* in your _~/.ssh/_. Upload the public key in your gitorious account options. http://gitorious.org/~yournick/keys/new
h3. ssh agent
_TODO_
h2. Workflow
_TODO_
{{toc}}
h2. Redmine
No source code change without an issue. Quassel project manages bugs and features with the redmine plattform. To get open issue (bug or feature) assigned, you have to setup account here on http://bugs.quassel-irc.org.
"register here":http://bugs.quassel-irc.org/account/register
h2. Git
Install git on your operation system. And configure it.
<pre>
git config --global user.name "First name and last name"
git config --global user.email registered@email.example.com
</pre>
h2. Gitorious
h3. Setup account
"register here":http://gitorious.org/users/new
h3. ssh key
To push changes you will need a SSH key pair. To generate it on linux type the command:
<pre>
ssh-keygen -t rsa
</pre>
After following instructions you'll have something like that. On Windows you can check the "official faq":http://gitorious.org/about/faq for a solution.
After following instructions, you You should now have a private key like id_dsa and public key *id_dsa.pub* in your _~/.ssh/_. Upload the public key in your gitorious account options. http://gitorious.org/~yournick/keys/new
h3. ssh agent
_TODO_
h2. Workflow
_TODO_