From 6f63b3033f93e47d1f3b7c4a20ab6b1cf00eb772 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 31 Mar 2016 08:48:14 -0700 Subject: [PATCH] Dedupping info in README by pointing to docs --- README.md | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 51df5e678cab1..d99375302cce5 100644 --- a/README.md +++ b/README.md @@ -68,55 +68,14 @@ trillions of events and petabytes of data. Druid is best used to power analytic dashboards and applications.* -Installation ------------- - -Caravel is currently only tested using Python 2.7.*. Python 3 support is -on the roadmap, Python 2.6 won't be supported. - -Follow these few simple steps to install Caravel. - -``` -# Install caravel -pip install caravel - -# Create an admin user -fabmanager create-admin --app caravel - -# Initialize the database -caravel db upgrade - -# Create default roles and permissions -caravel init - -# Load some data to play with -caravel load_examples - -# Start the development web server -caravel runserver -d -``` - -After installation, you should be able to point your browser to the right -hostname:port [http://localhost:8088](http://localhost:8088), login using -the credential you entered while creating the admin account, and navigate to -`Menu -> Admin -> Refresh Metadata`. This action should bring in all of -your datasources for Caravel to be aware of, and they should show up in -`Menu -> Datasources`, from where you can start playing with your data! - -Configuration -======= -[most common databases](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html). - - Installation & Configuration ---------------------------- -(See in the documentation) -[http://airbnb.io/caravel/installation.html] +(See in the documentation)[http://airbnb.io/caravel/installation.html] What is Druid? -------------- +-------------- From their website at http://druid.io *Druid is an open-source analytics data store designed for