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/10/10 19:42:33 UTC

[GitHub] [kibble] turbaszek commented on pull request #48: Refactor setup.py

turbaszek commented on pull request #48:
URL: https://github.com/apache/kibble/pull/48#issuecomment-706601425


   ```
   ➜ python setup/setup.py -e 0.0.0.0 -a
   Welcome to the Apache Kibble setup script!
   Configuring Apache Kibble server with the following arguments:
   - hostname: 0.0.0.0
   - port: 9200
   - dbname: kibble
   - shards: 5
   - replicas: 1
   
   Creating index kibble_api
   Creating index kibble_ci_build
   Creating index kibble_ci_queue
   Creating index kibble_code_commit
   Creating index kibble_code_commit_unique
   Creating index kibble_code_modification
   Creating index kibble_evolution
   Creating index kibble_file_history
   Creating index kibble_forum_post
   Creating index kibble_forum_topic
   Creating index kibble_ghstats
   Creating index kibble_im_stats
   Creating index kibble_im_ops
   Creating index kibble_im_msg
   Creating index kibble_issue
   Creating index kibble_logstats
   Creating index kibble_email
   Creating index kibble_mailstats
   Creating index kibble_mailtop
   Creating index kibble_organisation
   Creating index kibble_view
   Creating index kibble_publish
   Creating index kibble_source
   Creating index kibble_stats
   Creating index kibble_social_follow
   Creating index kibble_social_followers
   Creating index kibble_social_follower
   Creating index kibble_social_person
   Creating index kibble_uisession
   Creating index kibble_useraccount
   Creating index kibble_message
   Creating index kibble_person
   Indices created!
   
   Creating administrator account
   Account created!
   
   /Users/tomaszurbaszek/kibble/setup/../api/yaml/kibble.yaml already exists! Writing to /Users/tomaszurbaszek/kibble/setup/../api/yaml/kibble.yaml.tmp instead
   Writing Kibble config to /Users/tomaszurbaszek/kibble/setup/../api/yaml/kibble.yaml.tmp
   
   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