Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

kumina/Buckler-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckler - buckler sample project

Buckler adds multi user support (with authentication and per-user indexes) to Kibana4

To install:

Git clone this repository

git clone https://github.com/kumina/Buckler-project.git

Make it a virtualenv

virtualenv --system-site-packages buckler-project

cd into it, install zc.buildout and run buildout

cd buckler-project && bin/pip install zc.buildout && bin/buildout -c development.cfg

Customize settings:

cd Buckler/settings
cp config.py-in config.py
vi config.py

Make sure you set the correct UPSTREAM url's for Kibana and ElasticSearch, and that they're accessible from the host

Start Django:

cd ../..
bin/django runserver

Go to http://localhost:8000/ and use the credentials you've set in config.py

About

A sample buildout/project setup for Buckler

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages