Skip to content

The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE.txt
Unknown
LICENSE-EMBEDDING.txt
Notifications You must be signed in to change notification settings

DandiestSquare1/metabase

Repository files navigation

Circle CI

Install Prerequisites

  1. Oracle JDK 8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
  2. Node.js for npm (http://nodejs.org/)
  3. Leiningen (http://leiningen.org/)

Build

Install clojure + npm/bower requirements with

lein deps
npm install

Compile application css file with

./node_modules/gulp/bin/gulp.js build

Usage

Then run the HTTP server with

lein ring server

Unit Tests / Linting

Check that the project can compile successfully with

lein check

Run the linter with

lein eastwood

Run unit tests with

lein expectations

Documentation

Available at http://metabase.github.io/metabase-init/.

You can generate and view documentation with

lein marg
open ./docs/uberdoc.html

You can update the GitHub pages documentation using

make dox

You should be on the master branch without any uncommited local changes before doing so. Also, make sure you've fetched the branch gh-pages and can push it back to origin.

Bootstrapping (for Development)

To quickly get your dev environment set up, use the bootstrap function to create a new User and Organization. Open a REPL in Emacs or with lein repl and enter the following:

(use 'metabase.bootstrap)
(bootstrap)

You'll be walked through the steps to get started.

Checking for Out-of-Date Dependencies

lein ancient

Will give you a list of out-of-date plugins and dependencies. (Once's this repo is made public, this Clojars badge will work and show the status as well:)

Dependencies Status

License

Copyright © 2015 FIXME

Distributed under the terms of the GNU Affero General Public License (AGPL) except as otherwise noted. See individual files for details.

About

The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE.txt
Unknown
LICENSE-EMBEDDING.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.8%
  • Clojure 43.4%
  • HTML 6.5%
  • CSS 2.1%
  • Shell 0.6%
  • Objective-C 0.4%
  • Other 0.2%