Skip to content
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

docker: initial release #20

Merged

Conversation

tiborsimko
Copy link
Member

  • b432ac3 setup: PEP-8 and PEP-440 improvements
  • eb250fe docker: initial release

* Initial release of Docker configuration suitable for local
  developments.  `docker-compose build` rebuilds the image,
  `docker-compose up` runs the test suite.

* NOTE If you use both host Python technique (`tox -e py27`) and docker
  Python technique (`docker-compose up`) to develop the package, you may
  need to do `rm -rf build` when switching between them.

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
# immunities granted to it by virtue of its status as an
# Intergovernmental Organization or submit itself to any jurisdiction.

web:
Copy link
Member

Choose a reason for hiding this comment

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

should we call it worker, intbitset or just node?

Copy link
Member Author

Choose a reason for hiding this comment

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

Could be also app, perhaps. I kept the usual web by momentum. Not sure it matters in this case, actually. Besides the usual web/db/worker/redis, are container names standardised?

Copy link
Member Author

Choose a reason for hiding this comment

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

(BTW for "jsonalchemy" we kept "web" as well.)

* Changes version number to `2.2.0.dev20150222` to make it PEP-440
  compliant.

* Removes distutils/setuptools mixed usage to use only setuptools.

* Improves PEP-8 code kwalitee in the touched `setup.py`.

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
kaplun added a commit that referenced this pull request Jul 13, 2015
@kaplun kaplun merged commit b66b16c into inveniosoftware-contrib:master Jul 13, 2015
@tiborsimko tiborsimko deleted the docker-initial-release branch July 14, 2015 09:06
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.

3 participants