Semantic knowledge base
- install java 8+
- install git (for cloud editors)
- set merge strategy for the repo:
git config pull.rebase false
- set git email and username (for cloud editors)
git config user.name "editor name"
git config user.email "[email protected]"
- clone this repo
- get brew package manager
- install clojure with brew
brew install clojure/tools/clojure
clojure -M:run
clojure -M:nrepl
- start zd with (zd.core/start nil false)