Fork me on GitHub
#datomic
<
2018-08-30
>
rustam.gilaztdinov20:08:03

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

johnj21:08:22

@rustam.gilaztdinov datomic-free doesn't come with the console stuff

johnj21:08:05

or doesn't support it

rustam.gilaztdinov21:08:56

> Datomic Free users can download it below.

johnj21:08:58

@rustam.gilaztdinov have you tried changing dev to free ?

johnj21:08:25

bin/console -p 8080 free datomic:<free://localhost:4334/>

rustam.gilaztdinov21:08:32

but I try, doesn't help

johnj21:08:25

where did the console installed?

rustam.gilaztdinov21:08:26

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

johnj21:08:55

are you running ./bin/console from inside the datomic-free dir?

rustam.gilaztdinov21:08:12

no, from console dir

johnj21:08:12

where is the console dir located?

johnj21:08:28

in relation to the datomic-free dir

rustam.gilaztdinov21:08:32

i switched to datomic dir and it's worked now