Skip to content

Add a Makefile #1247

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

Merged
merged 3 commits into from
Oct 14, 2017
Merged

Add a Makefile #1247

merged 3 commits into from
Oct 14, 2017

Conversation

tvoinarovskyi
Copy link
Collaborator

With this, users which are less familiar with the project can easily build, generate docs and run tests.

@tvoinarovskyi
Copy link
Collaborator Author

tvoinarovskyi commented Oct 8, 2017

@dpkp @jeffwidman Any commands you want to add/change?

Makefile Outdated
# Some simple testing tasks (sorry, UNIX only).

FLAGS=
KAFKA_VERSION=0.11.0.0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can update to 0.11.0.1 now

Makefile Outdated
SCALA_VERSION=2.11

setup:
pip install -r requirements-dev.txt
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want a virtualenv here, dont we? or perhaps --user ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to assume the virtualenv is already installed and activated. There are a lot of different ways to do that, like pyvenv, virtualenv, virtualenvwrapper and so on.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can change the name to something like setup-local

@dpkp
Copy link
Owner

dpkp commented Oct 8, 2017

might be nice to also include a command to fetch / install server artifacts via build_integration.sh

@tvoinarovskyi tvoinarovskyi merged commit dd8e336 into master Oct 14, 2017
@tvoinarovskyi tvoinarovskyi deleted the add_makefile branch October 14, 2017 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants