-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BEAM-8956] Begin unifying contributor instructions into a single location #10366
Closed
Closed
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
fa8be44
expand CONTRIBUTING.md
elharo 5170036
add tox to list of packages to install
elharo 3ea41b6
add docker-ce to list of packages to install
elharo 427b5ec
list tools and versions
elharo 7ba6893
add go install
elharo 9fb4dfb
Python 3.5 or later
elharo a9ccb70
move contribution instructions to the website
elharo 8e6c7bb
gLinux users should configure their machines for sudoless Docker
elharo b6cd8c8
install goavro
elharo 01301ea
You need 4 versions of Python
elharo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,20 +83,8 @@ Have ideas for new Runners? See the [JIRA](https://issues.apache.org/jira/issues | |
|
||
## Getting Started | ||
|
||
Please refer to the Quickstart[[Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py), [Go](https://beam.apache.org/get-started/quickstart-go)] available on our website. | ||
|
||
If you'd like to build and install the whole project from the source distribution, you may need some additional tools installed | ||
in your system. In a Debian-based distribution: | ||
|
||
``` | ||
sudo apt-get install \ | ||
openjdk-8-jdk \ | ||
python-setuptools \ | ||
python-pip \ | ||
virtualenv | ||
``` | ||
|
||
Then please use the standard `./gradlew build` command. | ||
To learn how to write Beam pipelines, read the Quickstart for [[Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py), or | ||
[Go](https://beam.apache.org/get-started/quickstart-go)] available on our website. | ||
|
||
## Contact Us | ||
|
||
|
@@ -106,11 +94,12 @@ To get involved in Apache Beam: | |
* [Subscribe](mailto:[email protected]) or [mail](mailto:[email protected]) the [[email protected]](http://mail-archives.apache.org/mod_mbox/beam-dev/) list. | ||
* Report issues on [JIRA](https://issues.apache.org/jira/browse/BEAM). | ||
|
||
We also have a [contributor's guide](https://beam.apache.org/contribute/contribution-guide/). | ||
Instructions for building and testing Beam itself | ||
are in the [contribution guide](https://beam.apache.org/contribute/). | ||
|
||
## More Information | ||
|
||
* [Apache Beam](http://beam.apache.org) | ||
* [Overview](http://beam.apache.org/use/beam-overview/) | ||
* [Apache Beam](https://beam.apache.org) | ||
* [Overview](https://beam.apache.org/use/beam-overview/) | ||
* Quickstart: [Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py), [Go](https://beam.apache.org/get-started/quickstart-go) | ||
* [Community metrics](https://s.apache.org/beam-community-metrics) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for picking up my comment.