-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a28d317
commit db34e79
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ Semantic knowledge base | |
|
||
#### mac | ||
1. install java 8+ | ||
2. install git | ||
2. install git (for cloud editors) | ||
* set merge strategy for the repo: | ||
``` | ||
git config pull.rebase false | ||
``` | ||
* set git email and username | ||
* set git email and username (for cloud editors) | ||
``` | ||
git config user.name "editor name" | ||
git config user.email "[email protected]" | ||
|
@@ -31,14 +31,15 @@ brew install clojure/tools/clojure | |
clojure -M:run | ||
``` | ||
|
||
### run with babashka | ||
### run with clojure repl | ||
|
||
``` | ||
bb run | ||
clojure -M:nrepl | ||
``` | ||
* start zd with (zd.core/start nil false) | ||
|
||
### run as java jar | ||
|
||
### getting started | ||
|
||
Open http://localhost:4444 | ||
|
||
start with Zendoc Tutorial document |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters