You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/11/13 03:19:50 UTC

[GitHub] [kibble] skekre98 commented on pull request #91: Kibble initial cli

skekre98 commented on pull request #91:
URL: https://github.com/apache/kibble/pull/91#issuecomment-726482634


   > @skekre98 have you tried using docker?
   > https://github.com/apache/kibble/blob/main/CONTRIBUTING.md#development-installation
   
   Got it working now, still getting used to the repository 😅 . I've also made the change to the docker compose file to use the new setup workflow with the cli.
   ```bash
   $ docker-compose -f docker-compose-dev.yaml up setup
   kibble_elasticsearch_1 is up-to-date
   Recreating kibble_setup_1 ... 
   Recreating kibble_setup_1 ... done
   Attaching to kibble_setup_1
   setup_1          | Welcome to the Apache Kibble setup script!
   setup_1          | Elasticsearch: elasticsearch:9200
   setup_1          | Trying to create ES index...
   setup_1          | {'name': 'es01', 'cluster_name': 'kibble', 'cluster_uuid': '8-2XRavIQiaZFKLh7n0u_w', 'version': {'number': '7.9.2', 'build_flavor': 'default', 'build_type': 'docker', 'build_hash': 'd34da0ea4a966c4e49417f2da2f244e3e97b4e6e', 'build_date': '2020-09-23T00:45:33.626720Z', 'build_snapshot': False, 'lucene_version': '8.6.2', 'minimum_wire_compatibility_version': '6.8.0', 'minimum_index_compatibility_version': '6.0.0-beta1'}, 'tagline': 'You Know, for Search'}
   setup_1          | DB prefix exists, but --skiponexist used, skipping this step.
   setup_1          | 
   setup_1          | All done, Kibble should...work now :)
   ``` 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org