Make Datomic setup instructions more explicit
This commit is contained in:
parent
2f96bb51db
commit
f30ee7ce49
1 changed files with 8 additions and 0 deletions
|
@ -7,12 +7,20 @@ Install dependencies
|
||||||
------------
|
------------
|
||||||
- Java
|
- Java
|
||||||
- Datomic
|
- Datomic
|
||||||
|
- Set environment variables:
|
||||||
|
|
||||||
|
`DATOMIC_HOME=<Datomic directory>`
|
||||||
|
|
||||||
|
`DATOMIC_TRANSACTOR_PROPERTIES_DIR=<directory with transactor.properties file>`
|
||||||
|
- Add Datomic credentials to `~/.lein/credentials.clj.gpg` per Datomic instructions.
|
||||||
|
|
||||||
- Leiningen
|
- Leiningen
|
||||||
|
|
||||||
Build for development
|
Build for development
|
||||||
-------
|
-------
|
||||||
|
|
||||||
```
|
```
|
||||||
|
$ ./scripts/start_datomic
|
||||||
$ lein cljsbuild auto dev
|
$ lein cljsbuild auto dev
|
||||||
$ lein run dev
|
$ lein run dev
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue