#geodesummit: easy ways to become a contributor to apache geode

10
Easy Ways to Become a Contributor to Apache Geode Nitin Lamba @nlamba9 (incubating)

Upload: pivotalopensourcehub

Post on 21-Jan-2017

1.610 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

Easy Ways to Become a Contributor to Apache Geode

Nitin Lamba@nlamba9

(incubating)

Page 2: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

How to contribute?‘Community before Code’

2

Page 3: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

One step at a time…

3

1

2

3

4

Join the Conversation

Test-drive the project

Report your findings

Code to improve it!

Page 4: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

• Mailing List • HipChat • Wiki • Events

• Virtual or Face-2-face • Participate!!

Join the CONVERSATION

4

1

!

"mail-archives.apache.org/mod_mbox/incubator-geode-dev/ cwiki.apache.org/confluence/display/GEODE pivotalcommunity.adobeconnect.com/clubhouse/

Page 5: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

• Quick start - in 5 minutes! • Build/ test examples • Test Release Candidates

TEST-DRIVE the project

5

#

2

https://github.com/apache/incubator-geode

Page 6: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

• Report bugs • Website • Docs

REPORT your findings!

6

3

issues.apache.org/jira/browse/GEODE geode.incubator.apache.org geode.docs.pivotal.io

Page 7: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

• Clone: understand the code • Fork: submit pull requests • Write or fix tests • Bug fixes • New features

CODE to improve it!

7

4

https://github.com/apache/incubator-geode

Page 8: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

Let’s TALK about it

8

Page 9: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

• Clone & Build

• Start Services

• Create & Monitor Region

How to TEST-DRIVE?

9

gitclonehttps://github.com/apache/incubator-geodecdincubator-geode./gradlewbuild-Dskip.tests=true

cdgemfire-assembly/build/install/apache-geode./bin/gfshgfsh>startlocator--name=locatorgfsh>startserver--name=server

gfsh>createregion--name=myRegion—type=REPLICATEgfsh>start[pulse|jconsole]

1

2

3

#

Page 10: #GeodeSummit: Easy Ways to Become a Contributor to Apache Geode

10

Thank you!

http://geode.incubator.apache.org