You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by gaurav jain <ta...@yahoo.com> on 2013/07/06 12:05:38 UTC

new-user

i want to behin with contributing to cloudstack.
please guide me on how to begin with learning process and then forward

Thank You
Gaurav

Re: new-user

Posted by Sebastien Goasguen <ru...@gmail.com>.
On Jul 8, 2013, at 5:12 AM, Sebastien Goasguen <ru...@gmail.com> wrote:

> 
> On Jul 7, 2013, at 7:58 AM, Ian Duffy <ia...@ianduffy.ie> wrote:
> 
>> Hi Rohit,
>> 
>> Most of it is linked from https://cloudstack.apache.org/contribute.html
>> 
>> Would be cool if we could get the git 101 video added to the
>> Contributing to Apache CloudStack as a Non-Committer page.
>> 
>> Is there a way to supply patches/reviews for the site?
> 
> it's described here:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Managing+the+Apache+CloudStack+Web+Site
> 
> 
> I am adding the screencast as we speak

Ok screencast added to website:
http://cloudstack.apache.org/develop/non-committer.html


> 
> 
>> 
>> On 7 July 2013 12:12, Rohit Yadav <bh...@apache.org> wrote:
>>> Hi Ian, Nice list.
>>> 
>>> I'm not sure if we have a wiki or document that lists all these resources at
>>> one place now. Would you help find one or better edit/create (there used to
>>> be a 101 wiki on it) one so it becomes easier for newbies to get on board
>>> and for us to share just that link.
>>> 
>>> Cheers.
>>> PS. Nice job with your GSoC work so far. Keep it up!
>>> 
>>> On Sat, Jul 6, 2013 at 4:12 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Getting involved is fairly easy. From my experience the community is
>>>> very helpful. I'll briefly go through some of the things the community
>>>> have.
>>>> 
>>>> 1) JIRA
>>>> The cloudstack JIRA can be found at:
>>>> https://issues.apache.org/jira/browse/CLOUDSTACK all bugs are reported
>>>> over there.
>>>> 
>>>> 2) Review board
>>>> When you make a change to the code you generate a .patch file(Will
>>>> cover generate of patch files in a moment), you upload this patch to
>>>> the review board and a committer will review it and hopefully ship it.
>>>> https://reviews.apache.org/groups/cloudstack/
>>>> 
>>>> 3) Git / Patch creating
>>>> The Cloudstack project uses git for source control management.
>>>> Community member Sebastien has a great screencast over at:
>>>> https://www.youtube.com/watch?v=3c5JIW4onGk there is written
>>>> documentation over here:
>>>> https://cloudstack.apache.org/develop/non-committer.html
>>>> 
>>>> 4) Setting up a development environment
>>>> 
>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment
>>>> 
>>>> 5) How to build
>>>> 
>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch
>>>> 
>>>> 6) The wiki
>>>> There's general documentation on the wiki under development 101 that
>>>> will help you figure things out:
>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101
>>>> 
>>>> 7) Coding conventions
>>>> https://cloudstack.apache.org/develop/coding-conventions.html
>>>> 
>>>> 8) Developer FAQ
>>>> https://cloudstack.apache.org/develop/developer-faq.html
>>>> 
>>>> 9) The cloudstack university
>>>> 
>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University
>>>> 
>>>> 10) Finally getting help
>>>> Mailing list: https://cloudstack.apache.org/mailing-lists.html
>>>> IRC: irc.freenode.net in #cloudstack-dev you can access it from your
>>>> browser at http://webchat.freenode.net
>>>> 
>>>> Hope this helps!
>>>> Ian
>>>> 
>>>> 
>>>> 
>>>> On 6 July 2013 11:05, gaurav jain <ta...@yahoo.com> wrote:
>>>>> i want to behin with contributing to cloudstack.
>>>>> please guide me on how to begin with learning process and then forward
>>>>> 
>>>>> Thank You
>>>>> Gaurav
>>> 
>>> 
> 


Re: new-user

Posted by Sebastien Goasguen <ru...@gmail.com>.
On Jul 7, 2013, at 7:58 AM, Ian Duffy <ia...@ianduffy.ie> wrote:

> Hi Rohit,
> 
> Most of it is linked from https://cloudstack.apache.org/contribute.html
> 
> Would be cool if we could get the git 101 video added to the
> Contributing to Apache CloudStack as a Non-Committer page.
> 
> Is there a way to supply patches/reviews for the site?

it's described here:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Managing+the+Apache+CloudStack+Web+Site


I am adding the screencast as we speak


> 
> On 7 July 2013 12:12, Rohit Yadav <bh...@apache.org> wrote:
>> Hi Ian, Nice list.
>> 
>> I'm not sure if we have a wiki or document that lists all these resources at
>> one place now. Would you help find one or better edit/create (there used to
>> be a 101 wiki on it) one so it becomes easier for newbies to get on board
>> and for us to share just that link.
>> 
>> Cheers.
>> PS. Nice job with your GSoC work so far. Keep it up!
>> 
>> On Sat, Jul 6, 2013 at 4:12 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
>>> 
>>> Hi,
>>> 
>>> Getting involved is fairly easy. From my experience the community is
>>> very helpful. I'll briefly go through some of the things the community
>>> have.
>>> 
>>> 1) JIRA
>>> The cloudstack JIRA can be found at:
>>> https://issues.apache.org/jira/browse/CLOUDSTACK all bugs are reported
>>> over there.
>>> 
>>> 2) Review board
>>> When you make a change to the code you generate a .patch file(Will
>>> cover generate of patch files in a moment), you upload this patch to
>>> the review board and a committer will review it and hopefully ship it.
>>> https://reviews.apache.org/groups/cloudstack/
>>> 
>>> 3) Git / Patch creating
>>> The Cloudstack project uses git for source control management.
>>> Community member Sebastien has a great screencast over at:
>>> https://www.youtube.com/watch?v=3c5JIW4onGk there is written
>>> documentation over here:
>>> https://cloudstack.apache.org/develop/non-committer.html
>>> 
>>> 4) Setting up a development environment
>>> 
>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment
>>> 
>>> 5) How to build
>>> 
>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch
>>> 
>>> 6) The wiki
>>> There's general documentation on the wiki under development 101 that
>>> will help you figure things out:
>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101
>>> 
>>> 7) Coding conventions
>>> https://cloudstack.apache.org/develop/coding-conventions.html
>>> 
>>> 8) Developer FAQ
>>> https://cloudstack.apache.org/develop/developer-faq.html
>>> 
>>> 9) The cloudstack university
>>> 
>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University
>>> 
>>> 10) Finally getting help
>>> Mailing list: https://cloudstack.apache.org/mailing-lists.html
>>> IRC: irc.freenode.net in #cloudstack-dev you can access it from your
>>> browser at http://webchat.freenode.net
>>> 
>>> Hope this helps!
>>> Ian
>>> 
>>> 
>>> 
>>> On 6 July 2013 11:05, gaurav jain <ta...@yahoo.com> wrote:
>>>> i want to behin with contributing to cloudstack.
>>>> please guide me on how to begin with learning process and then forward
>>>> 
>>>> Thank You
>>>> Gaurav
>> 
>> 


Re: new-user

Posted by Ian Duffy <ia...@ianduffy.ie>.
Hi Rohit,

Most of it is linked from https://cloudstack.apache.org/contribute.html

Would be cool if we could get the git 101 video added to the
Contributing to Apache CloudStack as a Non-Committer page.

Is there a way to supply patches/reviews for the site?

On 7 July 2013 12:12, Rohit Yadav <bh...@apache.org> wrote:
> Hi Ian, Nice list.
>
> I'm not sure if we have a wiki or document that lists all these resources at
> one place now. Would you help find one or better edit/create (there used to
> be a 101 wiki on it) one so it becomes easier for newbies to get on board
> and for us to share just that link.
>
> Cheers.
> PS. Nice job with your GSoC work so far. Keep it up!
>
> On Sat, Jul 6, 2013 at 4:12 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
>>
>> Hi,
>>
>> Getting involved is fairly easy. From my experience the community is
>> very helpful. I'll briefly go through some of the things the community
>> have.
>>
>> 1) JIRA
>> The cloudstack JIRA can be found at:
>> https://issues.apache.org/jira/browse/CLOUDSTACK all bugs are reported
>> over there.
>>
>> 2) Review board
>> When you make a change to the code you generate a .patch file(Will
>> cover generate of patch files in a moment), you upload this patch to
>> the review board and a committer will review it and hopefully ship it.
>> https://reviews.apache.org/groups/cloudstack/
>>
>> 3) Git / Patch creating
>> The Cloudstack project uses git for source control management.
>> Community member Sebastien has a great screencast over at:
>> https://www.youtube.com/watch?v=3c5JIW4onGk there is written
>> documentation over here:
>> https://cloudstack.apache.org/develop/non-committer.html
>>
>> 4) Setting up a development environment
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment
>>
>> 5) How to build
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch
>>
>> 6) The wiki
>> There's general documentation on the wiki under development 101 that
>> will help you figure things out:
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101
>>
>> 7) Coding conventions
>> https://cloudstack.apache.org/develop/coding-conventions.html
>>
>> 8) Developer FAQ
>> https://cloudstack.apache.org/develop/developer-faq.html
>>
>> 9) The cloudstack university
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University
>>
>> 10) Finally getting help
>> Mailing list: https://cloudstack.apache.org/mailing-lists.html
>> IRC: irc.freenode.net in #cloudstack-dev you can access it from your
>> browser at http://webchat.freenode.net
>>
>> Hope this helps!
>> Ian
>>
>>
>>
>> On 6 July 2013 11:05, gaurav jain <ta...@yahoo.com> wrote:
>> > i want to behin with contributing to cloudstack.
>> > please guide me on how to begin with learning process and then forward
>> >
>> > Thank You
>> > Gaurav
>
>

Re: new-user

Posted by Ian Duffy <ia...@ianduffy.ie>.
Hi,

Getting involved is fairly easy. From my experience the community is
very helpful. I'll briefly go through some of the things the community
have.

1) JIRA
The cloudstack JIRA can be found at:
https://issues.apache.org/jira/browse/CLOUDSTACK all bugs are reported
over there.

2) Review board
When you make a change to the code you generate a .patch file(Will
cover generate of patch files in a moment), you upload this patch to
the review board and a committer will review it and hopefully ship it.
https://reviews.apache.org/groups/cloudstack/

3) Git / Patch creating
The Cloudstack project uses git for source control management.
Community member Sebastien has a great screencast over at:
https://www.youtube.com/watch?v=3c5JIW4onGk there is written
documentation over here:
https://cloudstack.apache.org/develop/non-committer.html

4) Setting up a development environment
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment

5) How to build
https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch

6) The wiki
There's general documentation on the wiki under development 101 that
will help you figure things out:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101

7) Coding conventions
https://cloudstack.apache.org/develop/coding-conventions.html

8) Developer FAQ
https://cloudstack.apache.org/develop/developer-faq.html

9) The cloudstack university
https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University

10) Finally getting help
Mailing list: https://cloudstack.apache.org/mailing-lists.html
IRC: irc.freenode.net in #cloudstack-dev you can access it from your
browser at http://webchat.freenode.net

Hope this helps!
Ian



On 6 July 2013 11:05, gaurav jain <ta...@yahoo.com> wrote:
> i want to behin with contributing to cloudstack.
> please guide me on how to begin with learning process and then forward
>
> Thank You
> Gaurav