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 compose for development #68

Closed
richard-julien opened this issue Jun 21, 2019 · 0 comments
Closed

Docker compose for development #68

richard-julien opened this issue Jun 21, 2019 · 0 comments
Assignees
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@richard-julien
Copy link
Member

richard-julien commented Jun 21, 2019

Problem to Solve

When a new developer checkout the code, he needs to install the development stack, compose by:

  • 1 Grakn (database)
  • 1 Elastic search (Index and search)
  • 1 Redis (Distribution cache for websocket events)
  • 1 RabbitMQ (Message broker for background tasks)

Current Workaround

Manual install of every elements.

Proposed Solution

  • Create a dev docker compose that bootstrap the stack with correct credentials matching the default credential setup in the config file.
  • Update the documentation
@richard-julien richard-julien self-assigned this Jun 21, 2019
@SamuelHassine SamuelHassine added feature use for describing a new feature to develop build labels Jun 21, 2019
@SamuelHassine SamuelHassine added this to the Release 1.0.0 milestone Jun 28, 2019
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

2 participants