This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-30
Channels
- # announcements (1)
- # beginners (94)
- # calva (12)
- # cider (5)
- # cljdoc (4)
- # cljs-dev (4)
- # clojure (170)
- # clojure-austin (2)
- # clojure-dev (45)
- # clojure-germany (53)
- # clojure-italy (20)
- # clojure-nl (6)
- # clojure-spec (25)
- # clojure-uk (242)
- # clojurescript (161)
- # cursive (16)
- # data-science (3)
- # datomic (20)
- # defnpodcast (6)
- # emacs (40)
- # events (1)
- # fulcro (80)
- # funcool (46)
- # jobs (1)
- # leiningen (23)
- # liberator (2)
- # lumo (43)
- # mount (3)
- # off-topic (21)
- # onyx (1)
- # pedestal (15)
- # re-frame (23)
- # reitit (4)
- # schema (1)
- # sfcljs (1)
- # shadow-cljs (167)
- # spacemacs (1)
- # tools-deps (21)
- # yada (2)
Hello! Trying to work with datomic-free with console and have some issues Steps for running datomic-free(v.0.9.5703)
-> bin/maven-install
-> bin/transactor config/samples/free-transactor-template.properties
;; Starting datomic:, storing data in: data ...
;; System started datomic:, storing data in: data
Then, in datomic-console(v.0.1.216) folder:
-> bin/install-console ../datomic-free-0.9.5703
;; Installing Datomic Console...
;; Copying files...
;; Done!
-> bin/console -p 8080 dev datomic:
;; this erros
bin/console: line 3: bin/classpath: No such file or directory
Error: Could not find or load main class clojure.main
@rustam.gilaztdinov datomic-free doesn't come with the console stuff
> Datomic Free users can download it below.
@rustam.gilaztdinov have you tried changing dev to free ?
it's just alias
but I try, doesn't help
actually, it's not affected at all
-> bin/console
bin/console: line 3: bin/classpath: No such file or directory
Error: Could not find or load main class clojure.main
no, from console dir
yes, u right
i switched to datomic dir and it's worked now