Liking cljdoc? Tell your friends :D

jobtech-taxonomy-database

FIXME: description

Installation

Download a copy of the legacy database here: https://gitlab.com/af-group/ams-taxonomy-backup

Start datomic

https://docs.datomic.com/on-prem/dev-setup.html

TODO change database name from hello to something more taxnomy-like

bin/transactor config/samples/dev-transactor-template.properties &

bin/run -m datomic.peer-server -h localhost -p 8998 -a myaccesskey,mysecret -d hello,datomic:dev://localhost:4334/hello &

bin/console -p 8080 dev datomic:dev://localhost:4334/ &

Creating a new database when there are already existing ones

Run lein run my-database-name"

Alternatively you can start a repl, modify config.clj to use your database name and evaluate transaction steps in jobtech-taxonomy-database.core one by one.

Usage

FIXME: explanation

$ java -jar jobtech-taxonomy-database-0.1.0-standalone.jar [args]

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2018 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Vladislav Protsenko, Per Weijnitz, Henrik Suzuki & qeshi
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close