turbaszek commented on pull request #50: URL: https://github.com/apache/kibble/pull/50#issuecomment-713078468
Should be good now: ``` ➜ docker-compose -f docker-compose-dev.yaml up setup Creating network "kibble_default" with the default driver Creating volume "kibble_kibble-es-data" with default driver Creating kibble_elasticsearch_1 ... done Creating kibble_setup_1 ... done Attaching to kibble_setup_1 setup_1 | Welcome to the Apache Kibble setup script! setup_1 | Configuring Apache Kibble elasticsearch instance with the following arguments: setup_1 | - hostname: elasticsearch setup_1 | - port: 9200 setup_1 | - dbname: kibble setup_1 | - shards: 5 setup_1 | - replicas: 1 setup_1 | setup_1 | Trying to create ES index... setup_1 | Trying to create ES index... setup_1 | Trying to create ES index... setup_1 | Creating index kibble_api setup_1 | Creating index kibble_ci_build setup_1 | Creating index kibble_ci_queue setup_1 | Creating index kibble_code_commit setup_1 | Creating index kibble_code_commit_unique setup_1 | Creating index kibble_code_modification setup_1 | Creating index kibble_evolution setup_1 | Creating index kibble_file_history setup_1 | Creating index kibble_forum_post setup_1 | Creating index kibble_forum_topic setup_1 | Creating index kibble_ghstats setup_1 | Creating index kibble_im_stats setup_1 | Creating index kibble_im_ops setup_1 | Creating index kibble_im_msg setup_1 | Creating index kibble_issue setup_1 | Creating index kibble_logstats setup_1 | Creating index kibble_email setup_1 | Creating index kibble_mailstats setup_1 | Creating index kibble_mailtop setup_1 | Creating index kibble_organisation setup_1 | Creating index kibble_view setup_1 | Creating index kibble_publish setup_1 | Creating index kibble_source setup_1 | Creating index kibble_stats setup_1 | Creating index kibble_social_follow setup_1 | Creating index kibble_social_followers setup_1 | Creating index kibble_social_follower setup_1 | Creating index kibble_social_person setup_1 | Creating index kibble_uisession setup_1 | Creating index kibble_useraccount setup_1 | Creating index kibble_message setup_1 | Creating index kibble_person setup_1 | Indices created! setup_1 | setup_1 | Creating administrator account setup_1 | Account created! setup_1 | setup_1 | /kibble/setup/../api/yaml/kibble.yaml already exists! Writing to /kibble/setup/../api/yaml/kibble.yaml.tmp instead setup_1 | Writing Kibble config to /kibble/setup/../api/yaml/kibble.yaml.tmp setup_1 | setup_1 | All done, Kibble should...work now :) kibble_setup_1 exited with code 0 ``` @sharanf you may need to do `docker-compose -f docker-compose-dev.yaml build setup` before retrying ---------------------------------------------------------------- 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: [email protected]
