Skip to content

Instantly share code, notes, and snippets.

@jornh
Last active February 19, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jornh/a8e7262830c809214bc6b79f755c3530 to your computer and use it in GitHub Desktop.
Save jornh/a8e7262830c809214bc6b79f755c3530 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone https://github.com/metabase/metabase.git # or pull if you already have a copy
cd metabase
git checkout release-0.28.2
# Given you have (Oracle JDK 8, Node.js, Yarn, Leiningen) see https://github.com/metabase/metabase/blob/master/docs/developers-guide.md#install-prerequisites
./bin/build
java -jar target/uberjar/metabase.jar
#rejoice: https://www.youtube.com/watch?v=yciX2meIkXI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment