Skip to content

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

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

3 participants